dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / SetCreateTrackingTableDefault Method
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the tracking tables.

In This Topic
SetCreateTrackingTableDefault Method
In This Topic
Specifies whether to create tables that store change-tracking metadata. The default value is CreateOrUseExisting.
Syntax
'Declaration
 
Public Sub SetCreateTrackingTableDefault( _
   ByVal defaultOption As DbSyncCreationOption _
) 
 

Parameters

defaultOption
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the tracking tables.
See Also