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

In This Topic
    SetCreateTableDefault Method
    In This Topic
    Specifies whether to create tables that store user data to synchronize. The default value is CreateOrUseExisting.
    Syntax
    'Declaration
     
    Public Sub SetCreateTableDefault( _
       ByVal defaultOption As DbSyncCreationOption _
    ) 
    public void SetCreateTableDefault( 
       DbSyncCreationOption defaultOption
    )

    Parameters

    defaultOption
    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values that specifies whether to create the tables that are synchronized.
    Remarks
    If the tables to synchronize data of already exist in the database, and you are not defining any table schema by using Microsoft.Synchronization.Data.DbSyncTableDescription objects, use the Skip value.
    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