Class ExpressionExtensions
public static class ExpressionExtensions
- Inheritance
-
ExpressionExtensions
- Inherited Members
Methods
AndAlso<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
public static Expression<Func<T, bool>> AndAlso<T>(this Expression<Func<T, bool>> expr1, Expression<Func<T, bool>> expr2)
Parameters
expr1Expression<Func<T, bool>>expr2Expression<Func<T, bool>>
Returns
- Expression<Func<T, bool>>
Type Parameters
T