Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPQuery<T>.WithCustomCriteria(CustomCriteriaCollection) Method

Intended for internal use.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public XPQuery<T> WithCustomCriteria(
    CustomCriteriaCollection customCriteriaCollection
)

Parameters

Name Type
customCriteriaCollection DevExpress.Xpo.CustomCriteriaCollection

Returns

Type
XPQuery<T>
See Also