General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
.NET Framework 4.5.2+
.NET Framework 4.5.2+
.NET Standard 2.0+
.NET Core 3.0+
NonPersistentObjectSpace.CreateNestedObjectSpace() Method
Creates a nested Object Space.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
Returns
Type | Description |
---|---|
IObjectSpace | An IObjectSpace object that is a created nested Object Space. |
Returns
Type | Description |
---|---|
IObjectSpace | An IObjectSpace object that is a created nested Object Space. |
Returns
Type | Description |
---|---|
IObjectSpace | An IObjectSpace object that is a created nested Object Space. |
Remarks
Use this method to create a nested Object Space for the current Object Space. When committing the changes made within a nested Object Space, they are merged back into the parent Object Space. This allows treating several related operations as a single unified operation.
See Also
Feedback