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

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

Syntax

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

See Also