Interface IFilterExpressionParser
Parser for converting Where expressions to FilterExpression
public interface IFilterExpressionParser
Methods
ParseFilter<TProps>(Expression<Func<TProps, bool>>)
Parse lambda expression for filtering by Props fields
FilterExpression ParseFilter<TProps>(Expression<Func<TProps, bool>> predicate) where TProps : class
ParseRedbFilter(Expression<Func<IRedbObject, bool>>)
Parse lambda expression for filtering by base IRedbObject fields
FilterExpression ParseRedbFilter(Expression<Func<IRedbObject, bool>> predicate)