Get the name of the property in the owning entity that provides the join key (null if the identifier)

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property LHSPropertyName As String
C#
string LHSPropertyName { get; }
Visual C++
property String^ LHSPropertyName {
	String^ get ();
}
JavaScript
function get_lhsPropertyName();

See Also