Skip to main content
.NET 6.0+

XPQuery<T>.WithCustomCriteria(CustomCriteriaCollection) Method

Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public XPQuery<T> WithCustomCriteria(
    CustomCriteriaCollection customCriteriaCollection
)

Parameters

Name Type
customCriteriaCollection DevExpress.Xpo.CustomCriteriaCollection

Returns

Type
XPQuery<T>
See Also