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

NestedUnitOfWork.GetParentObject Method

Name Parameters Description
GetParentObject(Object) obj Returns the object in the parent session or unit of work whose ‘copy’ in the current unit of work is specified.
GetParentObject<T>(T) obj 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.