Back to Devexpress

Session.BeginNestedUnitOfWork() Method

xpo-devexpress-dot-xpo-dot-session-59ba42ea.md

latest1.2 KB
Original Source

Session.BeginNestedUnitOfWork() Method

Creates a new NestedUnitOfWork.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public NestedUnitOfWork BeginNestedUnitOfWork()
vb
Public Function BeginNestedUnitOfWork As NestedUnitOfWork

Returns

TypeDescription
NestedUnitOfWork

A NestedUnitOfWork object that represents the new nested unit of work.

|

Remarks

The BeginNestedUnitOfWork method initializes a new instance of the NestedUnitOfWork class and returns it.

See Also

NestedUnitOfWork

Session Class

Session Members

DevExpress.Xpo Namespace