dotConnect for PostgreSQL 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
 

Parameters

templateName
The name of the template to check.

Return Value

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