DataCommandType.Procedure Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a procedure command type, where the command text is the name of the procedure to be executed.
public: int Procedure = 4;
public const int Procedure = 4;
val mutable Procedure : int
Public Const Procedure As Integer = 4