Specifies the query type of a Query.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum CommandTypeEnum
Visual Basic
Public Enumeration CommandTypeEnum

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