Is this collection "inverse", so state changes are not propogated to the database.

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

Syntax

C#
bool IsInverse { get; }
Visual Basic
ReadOnly Property IsInverse As Boolean
	Get
Visual C++
property bool IsInverse {
	bool get ();
}

See Also