다음을 통해 공유


DbExpressionBuilder.Negate(DbExpression) 메서드

정의

인수의 값을 부정하는 새 DbArithmeticExpression을 만듭니다.

public static System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression Negate (this System.Data.Entity.Core.Common.CommandTrees.DbExpression argument);
static member Negate : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbArithmeticExpression
<Extension()>
Public Function Negate (argument As DbExpression) As DbArithmeticExpression

매개 변수

argument
DbExpression

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

반환

부정 작업을 나타내는 새 DbArithmeticExpression입니다.

예외

인수가 null입니다.

인수에 대한 숫자 결과 형식이 없습니다.

적용 대상