Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPQueryBase Class

Serves as the base class for the XPQuery<T> class. Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public abstract class XPQueryBase :
    IPersistentValueExtractor

Remarks

If you need to construct LINQ queries for persistent objects, use the XPQuery<T> class.

Inheritance

Object
XPQueryBase
See Also