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

Syntax

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

Implements

ICollectionPersister..::.IsInverse

See Also