| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute()> Public Enum DbBinaryDataCommandType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DataContractAttribute()] public enum DbBinaryDataCommandType : Enum | |
| C++/CLI | |
|---|---|
[DataContractAttribute()] public enum class DbBinaryDataCommandType : public Enum | |
| Member | Description |
|---|---|
| Text | SQL text command. |
| StoredProcedure | Stored procedure command. |
| TableDirect | Table command. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.DataContracts.DbBinaryDataCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code