Gets or sets the Table this Constraint is in.
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public Table Table { get; set; } |
| Visual Basic |
|---|
Public Property Table As Table Get Set |
| Visual C++ |
|---|
public: property Table^ Table { Table^ get (); void set (Table^ value); } |