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

XPServerModeView.Session Property

Gets or sets a session used to load persistent objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[TypeConverter("DevExpress.Xpo.Design.SessionReferenceConverter, DevExpress.Xpo.v19.1.Design, Version=19.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
public Session Session { get; set; }
public Session Session { get; set; }

Property Value

Type Description
Session

The session used to load persistent objects.

Remarks

For examples and detailed information on sessions, see the Session and Unit of Work articles.

See Also