GrapeCity.ActiveReports.Extensibility.v9 Assembly : GrapeCity.ActiveReports.Extensibility.Data Namespace |
Class | Description | |
---|---|---|
DataProviderFactory | Represents an abstract factory for data provider implementations. | |
DataRow | Data row. | |
DataTable | Represents result set of query execution. |
Interface | Description | |
---|---|---|
ICredentialsLocator | Allows to override login/password retrieval behavior. | |
IDataParameter | Represents a parameter used with an IDbCommand Interface. | |
IDataParameterCollection | Represents a collection of IDataParameter objects. | |
IDataProviderFactoryExtended | Extends the data provider factory by the additional functionality. | |
IDataProviderService | Exposes the services that can be used by data providers. | |
IDataReader | Provides a means of reading a forward-only result set. | |
IDataRecord | Provides access to the fields of a single record. | |
IDataSourceLocator | Allows to override data retrieval behavior. | |
IDbCommand | Represents a statement executed while connected to a data source. | |
IDbCommandExtension | This is an optional interface implemented by classes that implement IDbCommand Interface. Use it to provide additional information about a command. | |
IDbConnection | Represents a connection to a data source. | |
IDbConnectionExtension | Defines additional credential settings that can be supported by an IDbConnection-derived type. | |
IDbSchemaProvider | Specifies the schema provider. | |
IDbTransaction | Represents a transaction to be performed on a data source. | |
IDbTransactionExtension | Defines additional settings that can be supported by an IDbTransaction-derived type. |
Structure | Description | |
---|---|---|
DataColumn | Data column. | |
LoginPasswordCredentials | Defines login/password credentials |
Enumeration | Description | |
---|---|---|
CommandBehavior | Specifies the kind of results an IDbCommand Interface returns. | |
CommandType | Specifies how a command's CommandText Property is interpreted. |