ExpressionExtensions.RemoveConvert(Expression) 方法

定义

注意

Unwrap each convert manually by evaluating how they are used.

返回一个新表达式,其中从给定表达式树的头中删除了任何 see ConvertConvertChecked 节点

此方法通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。

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

表达式。

返回

删除头部处的转换的新表达式。

属性

适用于