Defines types of Query.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum CommandType
Visual Basic
Public Enumeration CommandType

Members

Member nameDescription
Text The CommandText of a Query contains the SQL query text.
StoredProcedure The CommandText of a Query contains the name of a stored procedure that should be executed to retrieve the data.
TableDirect The CommandText of a Query contains the name of a data table.

See Also