The DriverBase type exposes the following members.

Properties

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

See Also