Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Session Class

The session that is used to load and save persistent objects. See Session.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[ToolboxTabName("DX.19.2: ORM Components")]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "Session")]
public class Session :
    Component,
    ISupportInitialize,
    IPersistentValueExtractor,
    ISessionProvider,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IDataLayerProvider,
    IWideDataStorage,
    ICommandChannel,
    ICommandChannelAsync
public class Session :
    Component,
    ISupportInitialize,
    IPersistentValueExtractor,
    ISessionProvider,
    IObjectLayerProvider,
    IXPDictionaryProvider,
    IDataLayerProvider,
    IWideDataStorage,
    ICommandChannel,
    ICommandChannelAsync

Remarks

For detailed information on using sessions, see the Session document.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Session class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also