Interface ISessionProvider
- Namespace
- DevExpress.Xpo.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
The interface which must be implemented by classes that should work with a Session object.
public interface ISessionProvider : IObjectLayerProvider, IDataLayerProvider, IXPDictionaryProvider
- Inherited Members
Properties
Session
When implemented by a class returns the session to which an instance of the current class belongs.
Session Session { get; }