[Missing <summary> documentation for "P:NHibernate.Mapping.OneToMany.ReferencingTable"]

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

Syntax

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

See Also