The following tables list the members exposed by the ReflectionBasedDriver type.

Public Methods

  NameDescription
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 .CreateCommand().)
CreateConnection (Overrides .CreateConnection().)
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.)
PrepareCommand (Inherited from DriverBase.)

Protected Methods

  NameDescription
GenerateParameter
Generates an IDbDataParameter for the IDbCommand. It does not add the IDbDataParameter to the IDbCommand's Parameter collection.
(Inherited from DriverBase.)
InitializeParameter (Inherited from DriverBase.)

Public Constructors

  NameDescription
ReflectionBasedDriverNew
Initializes a new instance of ReflectionBasedDriver with type names that are loaded from the specified assembly.

Public Properties

  NameDescription
NamedPrefix
The Named Prefix for parameters.
(Inherited from DriverBase.)
SupportsMultipleOpenReaders (Inherited from DriverBase.)
SupportsMultipleQueries (Inherited from DriverBase.)
UseNamedPrefixInParameter
Does this Driver require the use of the Named Prefix when trying to reference the Parameter in the Command's Parameter collection.
(Inherited from DriverBase.)
UseNamedPrefixInSql
Does this Driver require the use of a Named Prefix in the SQL statement.
(Inherited from DriverBase.)

Protected Properties

  NameDescription
IsPrepareSqlEnabled (Inherited from DriverBase.)
SupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.)