다음을 통해 공유


ExpressionExtensions.RemoveConvert(Expression) 메서드

정의

주의

Unwrap each convert manually by evaluating how they are used.

지정된 식 트리의 머리에서 제거된 참조 Convert 또는 ConvertChecked 노드가 있는 새 식을 반환합니다.

이 메서드는 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

public static System.Linq.Expressions.Expression RemoveConvert (this System.Linq.Expressions.Expression expression);
[System.Obsolete("Unwrap each convert manually by evaluating how they are used.")]
public static System.Linq.Expressions.Expression RemoveConvert (this System.Linq.Expressions.Expression expression);
static member RemoveConvert : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
[<System.Obsolete("Unwrap each convert manually by evaluating how they are used.")>]
static member RemoveConvert : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
<Extension()>
Public Function RemoveConvert (expression As Expression) As Expression

매개 변수

expression
Expression

식입니다.

반환

머리에서 변환이 제거된 새 식입니다.

특성

적용 대상