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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.