Back to Devexpress

CompositeObjectSpace.GetCriteria(Object) Method

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

latest1.4 KB
Original Source

CompositeObjectSpace.GetCriteria(Object) Method

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

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public override CriteriaOperator GetCriteria(
    object collection
)
vb
Public Overrides Function GetCriteria(
    collection As Object
) As CriteriaOperator

Parameters

NameTypeDescription
collectionObject

The collections whose filter criteria this method returns.

|

Returns

TypeDescription
CriteriaOperator

The criteria used to filter the specified collection.

|

See Also

CompositeObjectSpace Class

CompositeObjectSpace Members

DevExpress.ExpressApp Namespace