IQueryResultFilter<TEntity> Interface
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.
C#
public interface IQueryResultFilter<TEntity>
type IQueryResultFilter<'Entity> = interface
Public Interface IQueryResultFilter(Of TEntity)
- TEntity
An item in the query.
Match |
Check whether the item should be included in the result. |
Product | Versions |
---|---|
Visual Studio SDK | 2022 |