Is the primary key of the owning entity table to be used in the join?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property UseLHSPrimaryKey As Boolean
C#
bool UseLHSPrimaryKey { get; }
Visual C++
property bool UseLHSPrimaryKey {
	bool get ();
}
JavaScript
function get_useLHSPrimaryKey();

See Also