Skip to main content
.NET 6.0+

XPQueryBase Class

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public abstract class XPQueryBase :
    IPersistentValueExtractor,
    IInfrastructure<IServiceProvider>

Remarks

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

Inheritance

Object
XPQueryBase
See Also