Gets or sets the Table this Constraint is in.

Namespace:  NHibernate.Mapping
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property Table As Table
C#
public Table Table { get; set; }
Visual C++
public:
property Table^ Table {
	Table^ get ();
	void set (Table^ value);
}
JavaScript
function get_table();
function set_table(value);

Field Value

The Table this Constraint is in.

See Also