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

Syntax

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

Implements

IAssociationType..::.LHSPropertyName

See Also