Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    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.v25.1.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