Is the foreign key the primary key of the table?

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

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property UseLHSPrimaryKey As Boolean
C#
public abstract bool UseLHSPrimaryKey { get; }
Visual C++
public:
virtual property bool UseLHSPrimaryKey {
	bool get () abstract;
}
JavaScript
function get_useLHSPrimaryKey();

Implements

IAssociationType..::.UseLHSPrimaryKey

See Also