The following tables list the members exposed by SqlAdapter.
Name | Description | |
---|---|---|
SqlAdapter Constructor | Overloaded. |
Name | Description | |
---|---|---|
connectionCreatedInternally | Indicates whether the database connection was created internally. Such connections are disposed when this adapter instance is disposed. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) |
Name | Description | |
---|---|---|
AdapterType | Overridden. Returns FlatDataSourceAdapterType.Sql. | |
Connection | Returns or sets a connection to the data source associated with this adapter instance. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) | |
QueryString | Returns or sets the query string used to define the record selection criteria. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) | |
TypeMap | Returns an object which maps SQL data types to their respective .NET framework counterparts. |
Name | Description | |
---|---|---|
Dispose | Releases resourses used by this class (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) | |
Fill | Initializes the specified FlatDataSource from the data obtained through this adapter instance. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) | |
GetColumns | Overridden. Returns the resulting column list from the specified query string, or null if the specified query string is invalid. | |
GetTables | Overridden. 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. (Inherited from Infragistics.Olap.FlatData.Adapters.FlatDataSourceAdapterBase) |
Name | Description | |
---|---|---|
InitializeDataSource | Overridden. Initializes the specified FlatDataSource. | |
VerifyConnection | Overridden. Verifies that the specified database connection is a SqlConnection. |