Skip to main content
.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.GetFilter(Object) Method

Returns null (Nothing in VB).

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF6.v21.2.dll

NuGet Package: DevExpress.ExpressApp.EF6

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