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#
public bool HasNonReadOnlyEntities { get; }
Visual Basic
Public ReadOnly Property HasNonReadOnlyEntities As Boolean
	Get
Visual C++
public:
virtual property bool HasNonReadOnlyEntities {
	bool get () sealed;
}

Implements

IPersistenceContext..::..HasNonReadOnlyEntities

See Also