XPQuery(Session) Constructor
In This Article
Creates an instance of the XPQuery<T> class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
session | Session | The Session class instance which is used to retrieve persistent objects in LINQ queries. |
See Also