The following tables list the members exposed by FlatDataSourceAdapterBase.
Name | Description | |
---|---|---|
connectionCreatedInternally | Indicates whether the database connection was created internally. Such connections are disposed when this adapter instance is disposed. |
Name | Description | |
---|---|---|
AdapterType | Returns a value which identifies the database connection technology used by this adapter. | |
Connection | Returns or sets a connection to the data source associated with this adapter instance. | |
QueryString | Returns or sets the query string used to define the record selection criteria. |
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new instance based on the specified parameters. | |
Dispose | Releases resourses used by this class | |
Fill | Initializes the specified FlatDataSource from the data obtained through this adapter instance. | |
GetColumns | When overridden in a derived class, returns a list of the columns returned from the specified query string. | |
GetTables | Returns a list of the tables which belong to the associated database. | |
TestConnection | Overloaded. Returns a boolean value indicating whether the Connection is currently valid. |
Name | Description | |
---|---|---|
InitializeDataSource | Initializes the specified FlatDataSource. | |
VerifyConnection | Verifies the specified database connection. |