IQueryResultFilter<TEntity>.MatchCondition(TEntity) Method
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.
Check whether the item should be included in the result.
public bool MatchCondition (TEntity item);
abstract member MatchCondition : 'Entity -> bool
Public Function MatchCondition (item As TEntity) As Boolean
Parameters
- item
- TEntity
Returns
true
if the item should be included in the result.