The DbBinaryDataCommandType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specifies the type of command string.| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute()> Public Enum DbBinaryDataCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DbBinaryDataCommandType | |
| C# | |
|---|---|
[DataContractAttribute()] public enum DbBinaryDataCommandType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[DataContractAttribute()] public enum class DbBinaryDataCommandType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| StoredProcedure | Stored procedure command. |
| TableDirect | Table command. |
| Text | SQL text command. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.DataContracts.DbBinaryDataCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code