The IDriver type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdjustCommand |
Make any adjustments to each IDbCommand object before it is added to the batcher.
| |
Configure |
Configure the driver using settings.
| |
CreateConnection |
Creates an uninitialized IDbConnection object for the specific Driver
| |
ExpandQueryParameters |
Expand the parameters of the cmd to have a single parameter for each parameter in the
sql string
| |
GenerateCommand |
Generates an IDbCommand from the SqlString according to the requirements of the DataProvider.
| |
GenerateParameter |
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's
Parameter collection.
| |
GetResultSetsCommand | ||
PrepareCommand |
Prepare the command by calling Prepare()()()().
May be a no-op if the driver does not support preparing commands, or for any other reason.
| |
RemoveUnusedCommandParameters |
Properties
Name | Description | |
---|---|---|
SupportsMultipleOpenReaders |
Does this Driver support having more than 1 open IDataReader with
the same IDbConnection.
| |
SupportsMultipleQueries |