'宣言 Public Enum CommandTypeEnum Inherits System.Enum
'使用法 Dim instance As CommandTypeEnum
public enum CommandTypeEnum : System.Enum
'宣言 Public Enum CommandTypeEnum Inherits System.Enum
'使用法 Dim instance As CommandTypeEnum
public enum CommandTypeEnum : System.Enum
| メンバ | 解説 | 
|---|---|
| StoredProcedure | The Query.CommandText of a Query contains the name of a stored procedure that should be executed to retrieve the data. | 
| TableDirect | The Query.CommandText of a Query contains the name of a data table. | 
| Text | The Query.CommandText of a Query contains the SQL query text. | 
System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DataBinding.CommandTypeEnum