Class CustomQueryBuilderEventArgs
Provides data for the CustomQueryBuilder event.
Inheritance
System.Object
CustomQueryBuilderEventArgs
Namespace: FastReport.Design
Assembly: FastReport.dll
Syntax
public class CustomQueryBuilderEventArgs
Properties
Connection
Gets the Connection object.
Declaration
public DataConnectionBase Connection { get; }
Property Value
Type | Description |
---|---|
DataConnectionBase |
Parameters
Gets or sets the query parameters.
Declaration
public CommandParameterCollection Parameters { get; set; }
Property Value
Type | Description |
---|---|
CommandParameterCollection |
SQL
Gets or sets the query text.
Declaration
public string SQL { get; set; }
Property Value
Type | Description |
---|---|
System.String |