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

In This Topic
    ScopeExists Method
    In This Topic
    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