Back to Devexpress

XPQueryBase.Session Property

xpo-devexpress-dot-xpo-dot-xpquerybase.md

latest984 B
Original Source

XPQueryBase.Session Property

Gets or sets the session that is used to retrieve persistent objects in queries.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public Session Session { get; set; }
vb
Public Property Session As Session

Property Value

TypeDescription
Session

The Session class instance.

|

See Also

XPQueryBase Class

XPQueryBase Members

DevExpress.Xpo Namespace