Skip to main content
A newer version of this page is available.

EFObjectSpace.GetFilter(Object) Method

Returns null (Nothing in VB).

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public override CriteriaOperator GetFilter(
    object collection
)

Parameters

Name Type Description
collection Object

A collection to be tested.

Returns

Type Description
CriteriaOperator

A null value.

Remarks

This method is required for supporting the IObjectSpace interface. To get a criterion used to filter a particular collection, use the EFObjectSpace.GetCriteria method.

See Also