Gets or sets the Table this Index is in.

Namespace: NHibernate.Mapping
Assembly: 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);
}

Field Value

The Table this Index is in.

See Also