Version

FlatDataSourceAdapterBase Class Members

The following tables list the members exposed by FlatDataSourceAdapterBase.

Protected Fields
 NameDescription
Protected FieldconnectionCreatedInternallyIndicates whether the database connection was created internally. Such connections are disposed when this adapter instance is disposed.  
Public Properties
 NameDescription
Public PropertyAdapterTypeReturns a value which identifies the database connection technology used by this adapter.  
Public PropertyConnectionReturns or sets a connection to the data source associated with this adapter instance.  
Public PropertyQueryStringReturns or sets the query string used to define the record selection criteria.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateOverloaded. Creates a new instance based on the specified parameters.  
Public MethodDisposeReleases resourses used by this class  
Public MethodFillInitializes the specified FlatDataSource from the data obtained through this adapter instance.  
Public MethodGetColumnsWhen overridden in a derived class, returns a list of the columns returned from the specified query string.  
Public MethodGetTablesReturns a list of the tables which belong to the associated database.  
Public MethodTestConnectionOverloaded. Returns a boolean value indicating whether the Connection is currently valid.  
Protected Methods
 NameDescription
Protected MethodInitializeDataSourceInitializes the specified FlatDataSource.  
Protected MethodVerifyConnectionVerifies the specified database connection.  
See Also