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.

SetPopulateTrackingTableDefault Method
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.
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