NestedUnitOfWork.Parent Property
In This Article
Gets the parent session or unit of work.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
Session | A Session object or descendant which owns the current unit of work. |
See Also