We always need to dirty check the collection because we sometimes
need to incremement version number of owner and also because of
how assemble/disassemble is implemented for uks
Namespace:
NHibernate.Type
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsAlwaysDirtyChecked As Boolean |
C# |
---|
public bool IsAlwaysDirtyChecked { get; } |
Visual C++ |
---|
public:
virtual property bool IsAlwaysDirtyChecked {
bool get () sealed;
} |
JavaScript |
---|
function get_isAlwaysDirtyChecked();
|
Implements
IAssociationType..::.IsAlwaysDirtyChecked
See Also