The OleDbDriver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OleDbDriver |
Methods
Name | Description | |
---|---|---|
![]() | Configure | (Inherited from DriverBase.) |
![]() | CreateBatcher |
Create an instance of IBatcher according to the configuration
and the capabilities of the driver
(Inherited from DriverBase.) |
![]() | CreateCommand | (Overrides DriverBase..::.CreateCommand()()().) |
![]() | CreateConnection | (Overrides DriverBase..::.CreateConnection()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FormatNameForParameter |
Changes the parameterName into the correct format for an IDbParameter
for the Driver.
(Inherited from DriverBase.) |
![]() | FormatNameForSql |
Change the parameterName into the correct format IDbCommand.CommandText
for the ConnectionProvider
(Inherited from DriverBase.) |
![]() | GenerateCommand | (Inherited from DriverBase.) |
![]() | GenerateOutputParameter | (Inherited from DriverBase.) |
![]() | GenerateParameter |
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's
Parameter collection.
(Inherited from DriverBase.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeParameter | (Inherited from DriverBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PrepareCommand | (Inherited from DriverBase.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IsPrepareSqlEnabled | (Inherited from DriverBase.) |
![]() | NamedPrefix | (Overrides DriverBase..::.NamedPrefix.) |
![]() | SupportsMultipleOpenReaders |
OLE DB provider does not support multiple open data readers
(Overrides DriverBase..::.SupportsMultipleOpenReaders.) |
![]() | SupportsMultipleQueries | (Inherited from DriverBase.) |
![]() | SupportsPreparingCommands |
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.) |
![]() | UseNamedPrefixInParameter | (Overrides DriverBase..::.UseNamedPrefixInParameter.) |
![]() | UseNamedPrefixInSql | (Overrides DriverBase..::.UseNamedPrefixInSql.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ISqlParameterFormatter..::.GetParameterName | (Inherited from DriverBase.) |