[]
Gets or sets a query to execute for obtaining data for the report.
public ExpressionInfo CommandText { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object containing the query text. |
Query query = new Query();
query.CommandText = "SELECT * FROM Users";