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

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.
See Also