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.
    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