Gets the Table this Value is stored in.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Table As Table
C#
Table Table { get; }
Visual C++
property Table^ Table {
	Table^ get ();
}
JavaScript
function get_table();

See Also