Partager via


IQueryResultFilter<TEntity> Interface

Definition

Represents a component to filter query result.

public interface IQueryResultFilter<TEntity>
type IQueryResultFilter<'Entity> = interface
Public Interface IQueryResultFilter(Of TEntity)

Type Parameters

TEntity

An item in the query.

Methods

MatchCondition(TEntity)

Check whether the item should be included in the result.

Applies to