Gets the Table this Value is stored in.

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

Syntax

C#
Table Table { get; }
Visual Basic
ReadOnly Property Table As Table
	Get
Visual C++
property Table^ Table {
	Table^ get ();
}

See Also