XPQueryBase Class
Serves as the base class for the XPQuery<T> class. Intended for internal use.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
If you need to construct LINQ queries for persistent objects, use the XPQuery<T> class.
Inheritance
Object
XPQueryBase
See Also