Skip to main content

ISessionProvider.Session Property

When implemented by a class returns the session to which an instance of the current class belongs.

Namespace: DevExpress.Xpo.Helpers

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

Session Session { get; }

#Property Value

Type Description
Session

A Session object to which an object of the current class belongs.

See Also