IQueryResultFilter<TEntity> Interface

Definition

Represents a component to filter query result.

C#
public interface IQueryResultFilter<TEntity>

Type Parameters

TEntity

An item in the query.

Methods

MatchCondition(TEntity)

Check whether the item should be included in the result.

Applies to

Product Versions
Visual Studio SDK 2022