dotConnect for Oracle 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 _
    ) 
    public void SetCreateProceduresDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

    defaultOption
    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the stored procedures.
    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