The DriverBase type exposes the following members.

Properties

  NameDescription
Protected propertyIsPrepareSqlEnabled
Public propertyNamedPrefix
The Named Prefix for parameters.
Public propertySupportsMultipleOpenReaders
Public propertySupportsMultipleQueries
Protected propertySupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
Public propertyUseNamedPrefixInParameter
Does this Driver require the use of the Named Prefix when trying to reference the Parameter in the Command's Parameter collection.
Public propertyUseNamedPrefixInSql
Does this Driver require the use of a Named Prefix in the SQL statement.

See Also