Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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 unit of work.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public object[] GetNestedObjects(
    params object[] parentObjects
)

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