The DriverBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DriverBase |
Methods
Name | Description | |
---|---|---|
![]() | Configure | |
![]() | CreateBatcher |
Create an instance of IBatcher according to the configuration
and the capabilities of the driver
|
![]() | CreateCommand | |
![]() | 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.
|
![]() | FormatNameForSql |
Change the parameterName into the correct format IDbCommand.CommandText
for the ConnectionProvider
|
![]() | GenerateCommand | |
![]() | GenerateOutputParameter | |
![]() | GenerateParameter |
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's
Parameter collection.
|
![]() | 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 | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PrepareCommand | |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | IsPrepareSqlEnabled | |
![]() | NamedPrefix |
The Named Prefix for parameters.
|
![]() | SupportsMultipleOpenReaders | |
![]() | SupportsMultipleQueries | |
![]() | SupportsPreparingCommands |
Does this Driver support IDbCommand.Prepare().
|
![]() | UseNamedPrefixInParameter |
Does this Driver require the use of the Named Prefix when trying
to reference the Parameter in the Command's Parameter collection.
|
![]() | UseNamedPrefixInSql |
Does this Driver require the use of a Named Prefix in the SQL statement.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | ISqlParameterFormatter..::.GetParameterName |