dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / DeleteMetadataProcName Property

On this page
    DeleteMetadataProcName Property
    On this page
    Gets or sets the name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.
    Syntax
    'Declaration
     
    Public Property DeleteMetadataProcName As String
    public string DeleteMetadataProcName {get; set;}

    Property Value

    The name of the stored procedure that Sync Framework uses to delete metadata from a tracking table.
    Remarks
    Default value is "TableName_deletemetadata", where TableName stands for the name of the provisioned table.
    See Also