SqlCeClientSyncProvider::CreateDatabaseIfNotExists Property

Gets or sets whether to create the client database if it does not exist.

Namespace:  Microsoft.Synchronization.Data.SqlServerCe
Assembly:  Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)

public:
property bool CreateDatabaseIfNotExists {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true to create the client database if it does not exist; false not to create it.
Show: