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

EFObjectSpace.CanApplyFilter(Object) Method

Indicates whether a particular collection can be filtered on the client side.

Namespace: DevExpress.ExpressApp.EF

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

Declaration

public override bool CanApplyFilter(
    object collection
)

Parameters

Name Type Description
collection Object

A collection that is tested on whether it can be filtered.

Returns

Type Description
Boolean

false

Remarks

Returns false. This method is required for supporting the IObjectSpace interface. To learn whether a collection can be filtered, use the EFObjectSpace.CanApplyCriteria method.

See Also