A newer version of this page is available.
Switch to the current version.
XPQueryBase Class
Serves as the base class for the XPQuery<T> class. Intended for internal use.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
public abstract class XPQueryBase :
IPersistentValueExtractor
Public MustInherit Class XPQueryBase
Implements IPersistentValueExtractor
Remarks
If you need to construct LINQ queries for persistent objects, use the XPQuery<T> class.
Inheritance
Object
XPQueryBase
See Also
Feedback