Share via


DataCommandType.Procedure Field

Definition

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

Field Value

Value = 4

Applies to