Skip to main content
A newer version of this page is available.
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpace.CanApplyFilter(Object) Method

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

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v19.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