NestedUnitOfWork.GetNestedObjects(Object[]) Method
Returns the objects in the current unit of work which are ‘copies’ of the specified objects that are owned by the parent Session or UnitOfWork.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Parameters
Name | Type | Description |
---|---|---|
parentObjects | Object[] | The parent objects whose ‘copies’ in the nested unit of work are returned. |
Returns
Type | Description |
---|---|
Object[] | The objects in the current unit of work which are ‘copies’ of the specified object. |
Remarks
The method’s return values and the specified objects represent the same persistent objects.
See Also