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
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><T, bool>> first
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><T, bool>> second
Returns
Type Description
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><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
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><T, bool>> first
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><T, bool>> second
Returns
Type Description
System.Linq.Expressions.Expression<TDelegate><System.Func<T, TResult><T, bool>>
Type Parameters
Name Description
T
In This Article
Back to top Powered by Volosoft