Returns the name of the property representing the collection from the OwnerEntityName.

Namespace: NHibernate.Loader.Custom
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also