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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also