[Missing <summary> documentation for "P:NHibernate.Mapping.Join.Table"]

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

Syntax

C#
public virtual Table Table { get; set; }
Visual Basic
Public Overridable Property Table As Table
	Get
	Set
Visual C++
public:
virtual property Table^ Table {
	Table^ get ();
	void set (Table^ value);
}

See Also