We always need to dirty check the collection because we sometimes
need to increment version number of owner and also because of
how assemble/disassemble is implemented for uks
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public bool IsAlwaysDirtyChecked { get; } |
Visual Basic |
---|
Public ReadOnly Property IsAlwaysDirtyChecked As Boolean Get |
Visual C++ |
---|
public: virtual property bool IsAlwaysDirtyChecked { bool get () sealed; } |