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