False if we know for certain that all the entities are read-only
Namespace: NHibernate.EngineAssembly: 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; } |