Class ExpressionHelper
Provides helper methods for working with expressions.
public static class ExpressionHelper
- Inheritance
-
ExpressionHelper
Methods
- AndAlso<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Combines two expressions using the logical AND operator.
- OrElse<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Combines two expressions using the logical OR operator.