C1.C1Preview.DataBinding Namespace : CommandTypeEnum Enumeration |
'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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2