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

TrackingTableName Property
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
 

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