The name of a unique property of the associated entity that provides the join key (null if the identifier of an entity, or key of a collection)

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

Syntax

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

See Also