[Missing <summary> documentation for "P:NHibernate.Type.CollectionType.UseLHSPrimaryKey"]

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

Syntax

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

Implements

IAssociationType..::..UseLHSPrimaryKey

See Also