Skip to main content
.NET 6.0+

XPQuery(Session) Constructor

Creates an instance of the XPQuery<T> class with the specified settings.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPQuery(
    Session session
)

Parameters

Name Type Description
session Session

The Session class instance which is used to retrieve persistent objects in LINQ queries.

See Also