Skip to main content
A newer version of this page is available. .

XPQuery<T>.WithCustomCriteria(ICustomCriteriaOperatorQueryable) Method

Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public XPQuery<T> WithCustomCriteria(
    ICustomCriteriaOperatorQueryable customCriteria
)

Parameters

Name Type
customCriteria ICustomCriteriaOperatorQueryable

Returns

Type
XPQuery<T>
See Also