dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDump Class / Tables Property

In This Topic
    Tables Property (PgSqlDump)
    In This Topic
    Gets or sets a list of the tables which will be used in the script. Table names are separated by semicolon.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Tables As String
    public override string Tables {get; set;}

    Property Value

    System.String containing a list of the tables separated by semicolon.
    Remarks
    If an empty value, all the tables present in the database will be processed.
    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