The ReflectionBasedDriver type exposes the following members.

Properties

  NameDescription
Protected propertyIsPrepareSqlEnabled (Inherited from DriverBase.)
Public propertyNamedPrefix
The Named Prefix for parameters.
(Inherited from DriverBase.)
Public propertySupportsMultipleOpenReaders (Inherited from DriverBase.)
Public propertySupportsMultipleQueries (Inherited from DriverBase.)
Protected propertySupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.)
Public propertyUseNamedPrefixInParameter
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.)
Public propertyUseNamedPrefixInSql
Does this Driver require the use of a Named Prefix in the SQL statement.
(Inherited from DriverBase.)

See Also