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

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

    Property Value

    The name of the tracking table for a specific table that is synchronized, not including database-specific delimiters and the name of the schema.
    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