Skip to main content
All docs
V23.2
.NET 6.0+

CompositeObjectSpace.AutoCommitAdditionalObjectSpacesByDefault Field

Specifies whether an Object Space’s CommitChanges() method forces additional Object Spaces to commit their changed objects. When this property is set to true, changes to objects that belong to additional Object Spaces mark the Object Space as modified. This field affects all Object Spaces in your application if you do not specify the AutoCommitAdditionalObjectSpaces property for a particular Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool AutoCommitAdditionalObjectSpacesByDefault

Field Value

Type Description
Boolean

true, if an Object Space’s CommitChanges() method forces additional Object Spaces to commit their changed persistent objects; otherwise, false.

See Also