PredicateBuilder..::..Or<(Of <(<'T>)>)> Method
Namespace:
SimpleEssentials.Utils
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
public static Expression<Func<T, bool>> Or<T>( Expression<Func<T, bool>> expr1, Expression<Func<T, bool>> expr2 )
Public Shared Function Or(Of T) ( _ expr1 As Expression(Of Func(Of T, Boolean)), _ expr2 As Expression(Of Func(Of T, Boolean)) _ ) As Expression(Of Func(Of T, Boolean))
public: generic<typename T> static Expression<Func<T, bool^>^>^ Or( Expression<Func<T, bool^>^>^ expr1, Expression<Func<T, bool^>^>^ expr2 )
Type Parameters
- T
Parameters
- expr1
- Type: Expression<(Of <(<'Func<(Of <(<'T, Boolean>)>)>>)>)>
- expr2
- Type: Expression<(Of <(<'Func<(Of <(<'T, Boolean>)>)>>)>)>