[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Query.CommandText

CommandText Property

CommandText

Gets or sets a query to execute for obtaining data for the report.

Declaration
public ExpressionInfo CommandText { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object containing the query text.

Examples
Query query = new Query();
query.CommandText = "SELECT * FROM Users";