Class LinqPredicateExtensions
Inheritance
LinqPredicateExtensions
Assembly: Benday.EfCore.SqlServer.dll
Syntax
public static class LinqPredicateExtensions
Methods
|
Edit this page
View Source
And<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Declaration
public static Expression<Func<T, bool>> And<T>(this Expression<Func<T, bool>> value1, Expression<Func<T, bool>> value2)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Or<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Declaration
public static Expression<Func<T, bool>> Or<T>(this Expression<Func<T, bool>> value1, Expression<Func<T, bool>> value2)
Parameters
Returns
Type Parameters