The IDriver type exposes the following members.

Methods

  NameDescription
Public methodAdjustCommand
Make any adjustments to each IDbCommand object before it is added to the batcher.
Public methodConfigure
Configure the driver using settings.
Public methodCreateConnection
Creates an uninitialized IDbConnection object for the specific Driver
Public methodExpandQueryParameters
Expand the parameters of the cmd to have a single parameter for each parameter in the sql string
Public methodGenerateCommand
Generates an IDbCommand from the SqlString according to the requirements of the DataProvider.
Public methodGenerateParameter
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's Parameter collection.
Public methodGetResultSetsCommand
Public methodPrepareCommand
Prepare the command by calling Prepare()()()(). May be a no-op if the driver does not support preparing commands, or for any other reason.
Public methodRemoveUnusedCommandParameters

Properties

  NameDescription
Public propertySupportsMultipleOpenReaders
Does this Driver support having more than 1 open IDataReader with the same IDbConnection.
Public propertySupportsMultipleQueries

See Also