dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / SetPopulateTrackingTableDefault Method
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to insert metadata into change-tracking tables for rows that already exist in base tables.

In This Topic
SetPopulateTrackingTableDefault Method
In This Topic
Specifies whether to insert metadata into change-tracking tables for rows that already exist in the provisioned tables. The default value is CreateOrUseExisting.
Syntax
'Declaration
 
Public Sub SetPopulateTrackingTableDefault( _
   ByVal defaultOption As DbSyncCreationOption _
) 
 

Parameters

defaultOption
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to insert metadata into change-tracking tables for rows that already exist in base tables.
See Also