Retrieve the property name (relative to the owner) which maps to the association to be fetched.

Namespace: NHibernate.Engine.Query.Sql
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