False if we know for certain that all the entities are read-only

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

Syntax

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

See Also