Table of Contents

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; }

Property Value

Session

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