dotConnect for MySQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class / UpdateMetadataProcName Property

In This Topic
    UpdateMetadataProcName Property
    In This Topic
    Gets or sets the name of the stored procedure that Sync Framework uses to update metadata in a tracking table.
    Syntax
    'Declaration
     
    Public Property UpdateMetadataProcName As String
    public string UpdateMetadataProcName {get; set;}

    Property Value

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