Version

OleDbAdapter Class Members

The following tables list the members exposed by OleDbAdapter.

Public Constructors
 NameDescription
Public ConstructorOleDbAdapter ConstructorOverloaded.   
Protected Fields
 NameDescription
Protected FieldconnectionCreatedInternallyIndicates whether the database connection was created internally. Such connections are disposed when this adapter instance is disposed. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Public Properties
 NameDescription
Public PropertyAdapterTypeOverridden. Returns FlatDataSourceAdapterType.OleDb.  
Public PropertyConnectionReturns or sets a connection to the data source associated with this adapter instance. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Public PropertyQueryStringReturns or sets the query string used to define the record selection criteria. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Public PropertyTypeMapReturns an object which maps OLE DB data types to their respective .NET framework counterparts.  
Public Methods
 NameDescription
Public MethodDisposeReleases resourses used by this class (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Public MethodFillInitializes the specified FlatDataSource from the data obtained through this adapter instance. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Public MethodGetColumnsOverridden. Returns the resulting column list from the specified query string, or null if the specified query string is invalid.  
Public MethodGetTablesOverridden. Returns a list of the tables which belong to the associated database.  
Public MethodTestConnectionOverloaded. Returns a boolean value indicating whether the Connection is currently valid. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase)
Protected Methods
 NameDescription
Protected MethodInitializeDataSourceOverridden. Initializes the specified FlatDataSource.  
Protected MethodVerifyConnectionOverridden. Verifies that the specified database connection is a OleDbConnection.  
See Also