Gets or sets the Table this Constraint is in.
Namespace:
NHibernate.MappingAssembly: 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); |