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

NestedUnitOfWork.GetNestedObject Method

Name Parameters Description
GetNestedObject(Object) obj Returns the object in the current unit of work which is the ‘copy’ of the specified object that is owned by the parent session or unit of work.
GetNestedObject<T>(T) obj Returns the object of the type designated by the specified generic type parameter, which is the ‘copy’ of the specified object owned by the parent session.