ISessionProvider.Session Property
In This Article
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
#Property Value
Type | Description |
---|---|
Session | A Session object to which an object of the current class belongs. |
See Also