Show / Hide Table of Contents

Class ExpressionFuncExtender

Inheritance
object
ExpressionFuncExtender
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Specifications
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
Type Name Description
Expression<Func<T, bool>> first
Expression<Func<T, bool>> second
Returns
Type Description
Expression<Func<T, bool>>
Type Parameters
Name Description
T

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
Type Name Description
Expression<Func<T, bool>> first
Expression<Func<T, bool>> second
Returns
Type Description
Expression<Func<T, bool>>
Type Parameters
Name Description
T
In this article
Back to top Powered by ABP.IO Platform