Class QueryFilterExpressionHelper
Inherited Members
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public static class QueryFilterExpressionHelper
Methods
CombineExpressions<T>(Expression<Func<T, bool>>, Expression<Func<T, bool>>)
Declaration
public static Expression<Func<T, bool>> CombineExpressions<T>(Expression<Func<T, bool>> expression1, Expression<Func<T, bool>> expression2)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression<Func<T, bool>> | expression1 | |
| Expression<Func<T, bool>> | expression2 |
Returns
| Type | Description |
|---|---|
| Expression<Func<T, bool>> |
Type Parameters
| Name | Description |
|---|---|
| T |