Back to Devexpress

NestedUnitOfWork.Parent Property

xpo-devexpress-dot-xpo-dot-nestedunitofwork.md

latest987 B
Original Source

NestedUnitOfWork.Parent Property

Gets the parent session or unit of work.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public Session Parent { get; }
vb
Public ReadOnly Property Parent As Session

Property Value

TypeDescription
Session

A Session object or descendant which owns the current unit of work.

|

See Also

NestedUnitOfWork Class

NestedUnitOfWork Members

DevExpress.Xpo Namespace