SqlCeClientSyncProvider Constructor (String, Boolean)
Initializes a new instance of the SqlCeClientSyncProvider class by using connection string and database creation parameters.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: SqlCeClientSyncProvider( String^ connectionString, bool createDbIfNotExists )
Parameters
- connectionString
- Type: System::String
The string that is used to connect to a SQL Server Compact database.
- createDbIfNotExists
- Type: System::Boolean
True to create the client database if it does not exist; false not to create it. The default is true.
Show: