共用方式為


ExpressionExtensions.RemoveConvert(Expression) 方法

定義

警告

Unwrap each convert manually by evaluating how they are used.

傳回新的運算式,其中包含從指定運算式樹狀目錄的前端移除的任何檢視 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

運算式。

傳回

在前端移除轉換的新運算式。

屬性

適用於