XPQuery(IDataLayer) Constructor
In This Article
Initializes a new instance of the XPQuery<T> class with specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPQuery(
IDataLayer dataLayer
)
#Parameters
Name | Type |
---|---|
data |
IData |
See Also