[Missing <summary> documentation for "P:NHibernate.Mapping.Collection.CollectionTable"]

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

Syntax

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

See Also