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

In This Topic
SetCreateProceduresDefault Method
In This Topic
Specifies whether to create a set of stored procedures that insert, update, and delete data and synchronization metadata. The default value is CreateOrUseExisting.
Syntax
'Declaration
 
Public Sub SetCreateProceduresDefault( _
   ByVal defaultOption As DbSyncCreationOption _
) 
 

Parameters

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