DbExpressionBuilder.Not(DbExpression) 메서드

정의

DbNotExpression 지정된 인수의 논리적 부정을 수행하는 메서드를 만듭니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbNotExpression ^ Not(System::Data::Common::CommandTrees::DbExpression ^ argument);
public static System.Data.Common.CommandTrees.DbNotExpression Not(this System.Data.Common.CommandTrees.DbExpression argument);
static member Not : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbNotExpression
<Extension()>
Public Function Not (argument As DbExpression) As DbNotExpression

매개 변수

argument
DbExpression

인수를 지정하는 부울 식입니다.

반품

지정된 인수가 있는 새 DbNotExpression입니다.

예외

argument가 null입니다.

argument 에는 부울 결과 형식이 없습니다.

적용 대상