dotConnect for SQLite 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.
    See Also