dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / TemplateExists Method
The name of the template to check.

In This Topic
    TemplateExists Method
    In This Topic
    Indicates whether the specified template exists in the database.
    Syntax
    'Declaration
     
    Public Function TemplateExists( _
       ByVal templateName As String _
    ) As Boolean
    public bool TemplateExists( 
       string templateName
    )

    Parameters

    templateName
    The name of the template to check.

    Return Value

    true, if the specified template 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