[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.IsInverse"]

Namespace: NHibernate.Persister.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Implements

ICollectionPersister..::..IsInverse

See Also