The ReflectionBasedDriver type exposes the following members.

Properties

  NameDescription
IsPrepareSqlEnabled (Inherited from DriverBase.)
NamedPrefix
The Named Prefix for parameters.
(Inherited from DriverBase.)
SupportsMultipleOpenReaders (Inherited from DriverBase.)
SupportsMultipleQueries (Inherited from DriverBase.)
SupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
(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.)

See Also