XPQuery<T>.WithCustomCriteria(ICustomCriteriaOperatorQueryable) Method
In This Article
Intended for internal use.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPQuery<T> WithCustomCriteria(
ICustomCriteriaOperatorQueryable customCriteria
)
See Also