dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncTableProvisioning Class / CreateTable Property

In This Topic
    CreateTable Property
    In This Topic
    Determines whether to create the table that is synchronized.
    Syntax
    'Declaration
     
    Public Property CreateTable As DbSyncCreationOption
    public DbSyncCreationOption CreateTable {get; set;}

    Property Value

    One of the Microsoft.Synchronization.Data.DbSyncCreationOption values.
    Remarks
    If the table to synchronize data of already exists in the database, and you are not defining any table schema by using a Microsoft.Synchronization.Data.DbSyncTableDescription object, use the Skip value.
    See Also