Not really relevant to AnyType, since it cannot be "joined"

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

Syntax

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

Implements

IAssociationType..::.UseLHSPrimaryKey

See Also