XPQuery(Session) Constructor
Creates an instance of the XPQuery<T> class with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.1.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