Is the foreign key the primary key of the table?

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

Syntax

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

Implements

IAssociationType..::..UseLHSPrimaryKey

See Also