dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioning Class / PopulateTrackingTable Property

In This Topic
PopulateTrackingTable Property
In This Topic
Specifies whether to insert metadata into the change-tracking table for rows that already exist in the provisioned table. The default value is CreateOrUseExisting.
Syntax
'Declaration
 
Public Property PopulateTrackingTable As DbSyncCreationOption
 

Property Value

One of the Microsoft.Synchronization.Data.DbSyncCreationOption values.
See Also