dotConnect for Oracle Documentation
Devart.Data.Synchronization Namespace / SyncScopeProvisioning Class / SetCreateTriggersDefault Method
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the triggers (on synchronized tables) that update tracking tables.

In This Topic
SetCreateTriggersDefault Method
In This Topic
Specifies whether to create the triggers (on synchronized tables) that update tracking tables. The default value is CreateOrUseExisting.
Syntax
'Declaration
 
Public Sub SetCreateTriggersDefault( _
   ByVal defaultOption As DbSyncCreationOption _
) 
 

Parameters

defaultOption
One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the triggers (on synchronized tables) that update tracking tables.
See Also