Class ExpressionFuncExtender
Inheritance
ExpressionFuncExtender
Assembly: Volo.Abp.Specifications.dll
Syntax
public static class ExpressionFuncExtender
Methods
And<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Declaration
public static Expression<Func<T, bool>> And<T>(this Expression<Func<T, bool>> first, Expression<Func<T, bool>> second)
Parameters
Returns
Type Parameters
Or<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Declaration
public static Expression<Func<T, bool>> Or<T>(this Expression<Func<T, bool>> first, Expression<Func<T, bool>> second)
Parameters
Returns
Type Parameters