DataCommandType.Procedure Field
Indicates a procedure command type, where the command text is the name of the procedure to be executed.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Const Procedure As Integer
'Usage
Dim value As Integer
value = DataCommandType.Procedure
public const int Procedure
public:
literal int Procedure
public const var Procedure : int
Remarks
This name must follow all standard rules for procedure identifiers on the data source. Executing the command causes the procedure to be executed (given a valid set of parameters) and also causes any expected results to be returned.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.