The Sql2008ClientDriver type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsPrepareSqlEnabled | (Inherited from DriverBase.) |
![]() | NamedPrefix |
The Named Prefix for parameters.
(Inherited from SqlClientDriver.) |
![]() | SupportsMultipleOpenReaders |
The SqlClient driver does NOT support more than 1 open IDataReader
with only 1 IDbConnection.
(Inherited from SqlClientDriver.) |
![]() | SupportsMultipleQueries | (Inherited from SqlClientDriver.) |
![]() | SupportsPreparingCommands |
Does this Driver support IDbCommand.Prepare().
(Inherited from DriverBase.) |
![]() | UseNamedPrefixInParameter |
MsSql requires the use of a Named Prefix in the Parameter.
(Inherited from SqlClientDriver.) |
![]() | UseNamedPrefixInSql |
MsSql requires the use of a Named Prefix in the SQL statement.
(Inherited from SqlClientDriver.) |