The base class from which all queries should inherit.

The DefaultView property of all DataTables in the DataSet should be used to view query results rather than looking at the DataTables directly since record ordering and filtering may have been applied to the results.

Methods

Name Description
Execute Execute the Query.
Export
GetExportDataSet
Validate Validates query parameters, licensing options and ensures that at least one column is selected for the query.
ValidateForDetailsReport

Properties

Name Description
Columns Read-Only A collection of Columns.
DataSet The DataSet created once the Query has been executed.
DetailsReportSimple Read-Only Indicates whether this Query is for a simplified Details Report, e.g., the Query may wish to only include simplified parameters.
IsCancellable Indicates whether execution of this Query can be cancelled.
IsExecuted Read-Only Indicates whether this Query has been Executed.
IsUsingReportingDatabase Read-Only Indicates whether this Query is using a Reporting Database i.e. it has a SupportReporting support layer that is not the same as its Support layer.
Parameters Read-Only A collection of ISParameter objects.
QueryId Read-Only The Id the Query.
SupportReporting Read-Only ' The main Support layer. '
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0