SqlCeSyncScopeProvisioning.ScopeExists Method (String)
Indicates whether the specified scope exists in the database by using the connection previously specified in the constructor.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
Parameters
- scopeName
- Type: System.String
The name of the scope to look up.
Return Value
Type: System.Booleantrue if the specified scope exists on the database; otherwise, false.
Show: