dotConnect for SQLite Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / ScopeExists Method
The name of the scope to check.

On this page
    ScopeExists Method
    On this page
    Indicates whether the specified scope exists in the database, the connection, specified in the constructor.
    Syntax
    'Declaration
     
    Public Function ScopeExists( _
       ByVal scopeName As String _
    ) As Boolean
    public bool ScopeExists( 
       string scopeName
    )

    Parameters

    scopeName
    The name of the scope to check.

    Return Value

    true, if the specified scope exists in the database; otherwise, false.
    See Also