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

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

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