dotConnect for Oracle 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also