ExpressionExtensionsGetFilterExpressionDelegateTItem Method
Retrieves a
FilterItem expression by using the specified
filterItem to compare the property value with the filter item value.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public static Expression<Func<TItem, bool>> GetFilterExpressionDelegate<TItem>(
FilterItem filterItem
)
where TItem : class
- filterItem FilterItem
- FilterItem to apply.
- TItem
- Model to filter on (not the property of the model!)
ExpressionFuncTItem,
BooleanExpression to execute for filtering.