Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SerializableObjectLayer.ThroughCommitMode Field

Indicates if the SerializableObjectLayer.CommitObjects method call automatically commits changes in a parent session to properly update key fields and fields with enabled optimistic locking (decorated with the KeyAttribute or OptimisticLockingAttribute) in a nested session. To assign the ThroughCommitMode field, use the corresponding SerializableObjectLayer overloaded constructor.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public readonly bool ThroughCommitMode

Field Value

Type
Boolean
See Also