Skip to main content

SessionMixingException.Session Property

Gets the current Session object.

Namespace: DevExpress.Xpo.Exceptions

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Session Session { get; }

Property Value

Type Description
Session

A Session object.

See Also