The Sql2008ClientDriver type exposes the following members.

Properties

  NameDescription
Protected propertyIsPrepareSqlEnabled (Inherited from DriverBase.)
Public propertyNamedPrefix
The Named Prefix for parameters.
(Inherited from SqlClientDriver.)
Public propertySupportsMultipleOpenReaders
The SqlClient driver does NOT support more than 1 open IDataReader with only 1 IDbConnection.
(Inherited from SqlClientDriver.)
Public propertySupportsMultipleQueries (Inherited from SqlClientDriver.)
Protected propertySupportsPreparingCommands
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.)
Public propertyUseNamedPrefixInParameter
MsSql requires the use of a Named Prefix in the Parameter.
(Inherited from SqlClientDriver.)
Public propertyUseNamedPrefixInSql
MsSql requires the use of a Named Prefix in the SQL statement.
(Inherited from SqlClientDriver.)

See Also