SqlDataSource Members
#Constructors
Name | Description |
---|---|
Sql |
Initializes a new instance of the Sql |
Sql |
Initializes a new instance of the Sql |
#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 |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
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. |
DBSchema | Gets the schema of the connected SQL data source. |
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. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Name |
Inherited from Data |
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 |
---|---|
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. |
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. |
Fill |
Validates and executes all valid queries available in the Sql |
Fill |
Validates and executes the specified queries. |
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 |
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. |
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. |
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. |
Connection |
Fires after an attempt to establish a data connection has failed. |
Customize |
Allows you to include WHERE clauses in SQL queries. |
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. |
Validate |
Provides the capability to check the validity of the custom SQL query used to supply SQL data sources with data. |