DashboardSqlDataSource Members
In This Article
#Constructors
Name | Description |
---|---|
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
Dashboard |
Initializes a new instance of the Dashboard |
#Fields
Name | Description |
---|---|
Keep |
Obsolete. Use the Connection |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether or not custom SQL queries can be used to fill the Sql |
Calculated |
Provides access to a data source’s calculated fields. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Component |
Gets or sets the component name of the data source. |
Connection |
Provides access to the data connection settings of the Sql |
Connection |
Specifies the name of a data connection in the App. |
Connection |
Provides access to the data connection options of the Sql |
Connection |
Specifies the data connection settings of the Sql |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Data |
Gets or sets the data processing mode for the current data source. |
DBSchema |
Gets the schema of the connected SQL data source.
Inherited from Sql |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Disable |
Gets or sets whether the validation of custom SQL queries is performed.
Inherited from Sql |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Is |
Gets whether the connection to a data store is established. |
Lock |
Gets or sets whether the user interface is locked when the data source loads data. |
Name | Gets or sets the name of the data source. |
Queries |
Provides access to the collection of queries defined for the Sql |
Relations |
Provides access to the collection of master-detail relations of the Sql |
Result |
Gets a collection of tables and their relations from the current Sql |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
#Methods
Name | Description |
---|---|
Begin |
For internal use. |
Clear |
Clears all data cached when filling the Sql |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
For internal use. |
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. |
Fill() |
Validates and executes all valid queries available in the Sql |
Fill |
Validates and executes the specified queries with the required parameters.
Inherited from Sql |
Fill |
Validates and executes all valid queries available in the Sql |
Fill |
Validates and executes the specified queries.
Inherited from Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Fill |
Populates the Sql |
Get |
Gets the data processing mode for the specified query from the current data source. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Inherited from Data |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Load |
Loads the SQL data source schema definition from XML.
Inherited from Sql |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Rebuild |
Validates and updates the result schema available on the client after query execution (it can be accessed using the Sql |
Rebuild |
Validates and updates the result schema available on the client after query execution with the specified parameters (the result schema can be accessed using the Sql |
Rebuild |
Validates and updates the result schema available on the client with the specified queries and parameters after confirming the execution of associated queries (the result schema can be accessed using the Sql |
Rebuild |
Validates and updates the result schema available on the client with the specified parameters after confirming the execution of associated queries (the result schema can be accessed using the Sql |
Rebuild |
Validates and updates the result schema available on the client after confirming the execution of associated queries (the result schema can be accessed using the Sql |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves the XML definition of the SQL data source schema.
Inherited from Sql |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Before |
Occurs on an attempt to load a provider custom assembly (the Fire |
Before |
Occurs on an attempt to load a provider custom assembly (the Fire |
Configure |
Allows you to customize connection settings before connecting to a database.
Inherited from Sql |
Connection |
Fires after an attempt to establish a data connection has failed.
Inherited from Sql |
Customize |
Allows you to include WHERE clauses in SQL queries.
Inherited from Sql |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply the data source with data.
Inherited from Sql |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply SQL data sources with data.
Inherited from Sql |
See Also