Does this foreignkey reference the primary key of the reference table

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

Syntax

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

See Also