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

In This Topic
    TrackingTableName Property
    In This Topic
    Gets the name, not including database-specific delimiters, of the tracking table for a specific table that is synchronized.
    Syntax
    'Declaration
     
    Public Property TrackingTableName As String
    public string TrackingTableName {get; set;}

    Property Value

    The name, not including database-specific delimiters, of the tracking table for a specific table that is synchronized.
    Remarks
    Default value is "TableName_tracking", where TableName stands for the name of the synchronized table.
    See Also