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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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