Skip to main content

QueryBuilderEditQueryContext Members

Specifies the Query Builder options when using it in a standalone mode.

Constructors

Name Description
QueryBuilderEditQueryContext() Initializes a new instance of the QueryBuilderEditQueryContext class with the default settings.

Properties

Name Description
ConnectionProviderService Specifies an object that enables the data connection’s serialization.
CustomQueryValidator Provides access to a custom SQL query validator.
DBSchemaProvider Specifies a database schema provider for the Query Builder.
DisplayNameProvider Specifies a provider of display names to data fields in the Query Builder dialog.
EnableCustomSql Specifies whether or not the Query Builder allows end-users to create and execute custom SQL queries.
ExpressionEditorContext Specifies the object enabling customization of the Expression Editor.
LegacyExpressionEditor Enables a user to switch to an older version of the Expression Editor that does not support intelligent code completion.
ParameterService Provides access to the service for managing report parameters.
PropertyGridServices Specifies an object that provides a service functionality to the Property Grid.
QueryBuilderLight Specifies whether or not the Query Builder enables end-users to specify custom SQL queries, column aliases and expressions.
QueryBuilderTreeListView Enables a table-like interface for selecting fields in the Query Builder (instead of a diagram-based control).
RepositoryItemsProvider Specifies an object that provides repository items for editing query parameters.
ResultSchemaProvider Specifies the provider of a data source result schema.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also