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

EFObjectSpace.CanApplyCriteria(Type) Method

Indicates whether collections of a particular type can be filtered on the server side.

Namespace: DevExpress.ExpressApp.EF

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

Declaration

public override bool CanApplyCriteria(
    Type collectionType
)

Parameters

Name Type Description
collectionType Type

A Type object specifying the type of collections whose server-side filtering capability must be determined.

Returns

Type Description
Boolean

true, if collections of the specified type can be filtered on the server side; otherwise, false.

Remarks

This method allows only EFCollection or EFServerCollection - derived collections to be filtered.

See Also