Back to Devexpress

XPQuery<T>.WithCustomCriteria(ICustomCriteriaOperatorQueryable) Method

xpo-devexpress-dot-xpo-dot-xpquery-1-dot-withcustomcriteria-x28-devexpress-dot-xpo-dot-icustomcriteriaoperatorqueryable-x29.md

latest1.2 KB
Original Source

XPQuery<T>.WithCustomCriteria(ICustomCriteriaOperatorQueryable) Method

Intended for internal use.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public XPQuery<T> WithCustomCriteria(
    ICustomCriteriaOperatorQueryable customCriteria
)
vb
Public Function WithCustomCriteria(
    customCriteria As ICustomCriteriaOperatorQueryable
) As XPQuery(Of T)

Parameters

NameType
customCriteriaICustomCriteriaOperatorQueryable

Returns

Type
XPQuery<T>

See Also

XPQuery<T> Class

XPQuery<T> Members

DevExpress.Xpo Namespace