The DataSourceConnection type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close | Synonym for Dispose.
| |
| CreateConnection | Obsolete.
Creates a default DataSourceConnection instance.
| |
| CreateConnection2(DataSource, QueryExecutor2, IServiceProvider) |
Creates a default DataSourceConnection instance.
| |
| CreateConnection2(DataSource, QueryExecutor2, IServiceProvider, IEnumerable Object ) |
Creates a default DataSourceConnection instance.
| |
| Dispose | Disposes of the connection.
| |
| Dispose(Boolean) |
Disposes of the connection.
| |
| ExecuteQuery | Obsolete.
Executes the query with the current data source settings and returns the resulting DataReader.
| |
| ExecuteQuery2 |
Executes the query with the current data source settings and returns the resulting DataRowReader.
| |
| ExecuteQueryCore | Obsolete.
Executes the query with the current data source settings and returns the resulting DataReader.
| |
| ExecuteQueryCore2 |
Executes the query with the current data source settings and returns the resulting DataRowReader.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetPromptModels |
Get an enumeration of the prompt models that should be used for prompting.
| |
| GetPromptModelsCore | This method is used to provide the prompt models that should be used for the data source.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also