'Declaration Public Enum CommandType Inherits System.Enum
public enum CommandType : System.Enum
'Declaration Public Enum CommandType Inherits System.Enum
public enum CommandType : 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.C1Rdl.Rdl2008.CommandType