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 UnitOfWork. |
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. |