Skip to main content
A newer version of this page is available. .

XPCursor.Session Property

Gets the session which is used to load and save persistent objects.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public Session Session { get; }

Property Value

Type Description
Session

A Session object which represents the session that is used to load and save persistent objects.

See Also