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

Syntax

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

See Also