QueryBuilderEditQueryContext Members
In This Article
#Constructors
Name | Description |
---|---|
Query |
Initializes a new instance of the Query |
#Properties
Name | Description |
---|---|
Connection |
Specifies an object that enables the data connection’s serialization. |
Custom |
Provides access to a custom SQL query validator. |
DBSchema |
Specifies a database schema provider for the Query Builder. |
Display |
Specifies a provider of display names to data fields in the Query Builder dialog. |
Enable |
Specifies whether or not the Query Builder allows end-users to create and execute custom SQL queries. |
Expression |
Specifies the object enabling customization of the Expression Editor. |
Legacy |
Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion. |
Parameter |
Provides access to the service for managing report parameters. |
Property |
Specifies an object that provides a service functionality to the Property Grid. |
Query |
Specifies whether or not the Query Builder enables end-users to specify custom SQL queries, column aliases and expressions. |
Query |
Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control). |
Repository |
Specifies an object that provides repository items for editing query parameters. |
Result |
Specifies the provider of a data source result schema. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also