Back to Devexpress

IObjectSpace.GetCriteria(Object) Method

expressappframework-devexpress-dot-expressapp-dot-iobjectspace-dot-getcriteria-x28-system-dot-object-x29.md

latest1.7 KB
Original Source

IObjectSpace.GetCriteria(Object) Method

Returns the criteria used to filter a particular collection on the server side.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
CriteriaOperator GetCriteria(
    object collection
)
vb
Function GetCriteria(
    collection As Object
) As CriteriaOperator

Parameters

NameTypeDescription
collectionObject

A collection whose server-side filter must be retrieved.

|

Returns

TypeDescription
CriteriaOperator

A DevExpress.Data.Filtering.CriteriaOperator object that specifies the criteria used to filter objects on the server side.

|

See Also

EFCoreObjectSpace.GetCriteria(Object)

XPObjectSpace.GetCriteria(Object)

IObjectSpace Interface

IObjectSpace Members

DevExpress.ExpressApp Namespace