QueryBuilderExtension Members
In This Article
#Constructors
Name | Description |
---|---|
Query |
Initializes a new instance of the Query |
Query |
Initializes a new instance of the Query |
#Methods
Name | Description |
---|---|
Bind |
Binds the Query Builder to a data source using the specified connection parameters, SELECT query and execution timeout. |
Bind |
Binds the Query Builder to a data source using the specified connection parameters and SELECT query. |
Bind |
Binds the Query Builder to a data source using the specified connection parameters. |
Bind |
Binds the Query Builder to a data source using the specified Query Builder model. |
Bind |
Binds the Query Builder to a data source using the specified connection name, SELECT query and execution timeout. |
Bind |
Binds the Query Builder to a data source using the specified connection name and SELECT query. |
Bind |
Binds the Query Builder to a data source using the specified connection name. |
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 |
Inserts the HTML code rendered by an extension into the required page output.
Inherited from Extension |
Get |
Returns the Query Builder model with the specified connection parameters and SELECT query. |
Get |
Returns the Query Builder model with the specified connection parameters and SELECT query. |
Get |
Returns the Query Builder model with the specified connection parameters and query execution timeout. |
Get |
Returns the Query Builder model with the specified connection parameters. |
Get |
Returns the Query Builder model with the specified connection parameters, SELECT query and execution timeout. |
Get |
Returns the Query Builder model with the specified connection name and SELECT query. |
Get |
Returns the Query Builder model with the specified connection name and query execution timeout. |
Get |
Returns the Query Builder model with the specified connection name. |
Get |
Returns the result of a callback sent to the server for saving a query. |
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. |
Render() |
Renders the extension’s HTML code to the Response.
Inherited from Extension |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also