[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.CommandTypeEnum

CommandTypeEnum Enum

Specifies the query type of a Query.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public enum CommandTypeEnum

Fields

Name Description
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.

Text

The CommandText of a Query contains the SQL query text.