SqlDataSource Methods
The data source that allows you to bind data-aware controls to a database (in read-only mode) using specified data connection options.
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. |
See Also