Show / Hide Table of Contents

Class LinqPredicateExtensions

Inheritance
object
LinqPredicateExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Benday.EfCore.SqlServer
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
Type Name Description
Expression<Func<T, bool>> value1
Expression<Func<T, bool>> value2
Returns
Type Description
Expression<Func<T, bool>>
Type Parameters
Name Description
T
| 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
Type Name Description
Expression<Func<T, bool>> value1
Expression<Func<T, bool>> value2
Returns
Type Description
Expression<Func<T, bool>>
Type Parameters
Name Description
T
  • Edit this page
  • View Source
In this article
Back to top Copyright © www.benday.com | info@benday.com