Skip to main content
.NET 8.0+

XPQuery<T>.WithCustomCriteria(ICustomCriteriaOperatorQueryable) Method

Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public XPQuery<T> WithCustomCriteria(
    ICustomCriteriaOperatorQueryable customCriteria
)

#Parameters

Name Type
customCriteria ICustomCriteriaOperatorQueryable

#Returns

Type
XPQuery<T>
See Also