Zdieľať cez


PredicateBuilder.Not<T>(Expression<Func<T,Boolean>>) Method

Definition

public:
generic <typename T>
 static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ Not(System::Linq::Expressions::Expression<Func<T, bool> ^> ^ expression);
public static System.Linq.Expressions.Expression<Func<T,bool>> Not<T> (System.Linq.Expressions.Expression<Func<T,bool>> expression);
static member Not : System.Linq.Expressions.Expression<Func<'T, bool>> -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function Not(Of T) (expression As Expression(Of Func(Of T, Boolean))) As Expression(Of Func(Of T, Boolean))

Type Parameters

T

Parameters

expression
Expression<Func<T,Boolean>>

Returns

Applies to