dotConnect for MySQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeDeprovisioning Class / DeprovisionTemplate Method
The name of the template to deprovision.

In This Topic
    DeprovisionTemplate Method
    In This Topic
    Deprovisions the specified template and all scopes that were created from the specified template by removing all associated synchronization elements from the database.
    Syntax
    'Declaration
     
    Public Sub DeprovisionTemplate( _
       ByVal templateName As String _
    ) 
    public void DeprovisionTemplate( 
       string templateName
    )

    Parameters

    templateName
    The name of the template to deprovision.
    See Also