C#
VB
C++
Specifies the type of command string.
[DataContractAttribute(Namespace="http://Leadtools.Services.DataContracts/2009/01", Name="DbBinaryDataCommandType")]
public enum DbBinaryDataCommandType
Members
Value | Member | Description |
---|---|---|
0 | Text | SQL text command. |
1 | StoredProcedure | Stored procedure command. |
2 | TableDirect | Table command. |