[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.QueryCommandType

QueryCommandType Enum

Specifies a type of query contained in the CommandText property.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public enum QueryCommandType

Fields

Name Description
StoredProcedure

Indicates that the value of the CommandText is the name of a stored procedure to execute. The stored procedure must return a single result set.

TableDirect

Indicates that the value of the CommandText is the name of a table from which to retrieve data. All data from the table is returned.

Text

Indicates that the value of the CommandText is a text string to pass to the data source, for example, a Transact-SQL query.

Extension Methods