Models a database table or view.
Default constructor
public Void Table()
Caption.
public String Caption { get; set; }
Name of the connection where this table must be created.
public String ConnectionName { get; set; }
The file group or table space where the tabla is stored.
public String FileGroup { get; set; }
A collection of ForeignKeys.
public ForeignKeyCollection ForeignKeys { get; set; }
Whether the information modeled is a View instead of a Table.
public Boolean IsView { get; set; }
Kindom to which the table belongs to.
public DatabaseObjectKindom Kindom { get; set; }
The name of the object.
public String Name { get; set; }
Type name of the resource used for localization.
public String ResourceTypeName { get; set; }
Schema to which the table blongs to.
public String Schema { get; set; }
Name of a sequence (optional).
public String SequenceName { get; set; }
This property is not captured by any schema discoverer.
The main purpose is to store the name of a sequence that needs to be created in Oracle databases.
Returns a textual representation of this table.
public String ToString()