C1.C1Rdl.Rdl2008 Namespace : CommandType Enumeration |
'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
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