The SqlServerCeDriver type exposes the following members.

Properties

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

See Also