'Declaration Public Enum CommandTypeEnum Inherits System.Enum
public enum CommandTypeEnum : System.Enum
'Declaration Public Enum CommandTypeEnum Inherits System.Enum
public enum CommandTypeEnum : System.Enum
Member | Description |
---|---|
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