IQueryResultFilter<TEntity> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |