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

NestedUnitOfWork.GetParentObject<T>(T) Method

Returns the object in the parent session of the type designated by the specified generic type parameter, whose ‘copy’ in the current unit of work is specified.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public T GetParentObject<T>(
    T obj
)

Parameters

Name Type Description
obj T

The object in the current unit of work which is the ‘copy’ of the returned object.

Type Parameters

Name
T

Returns

Type Description
T

The parent object whose ‘copy’ in the current unit of work is specified.

See Also