ExpressionExtensions.RemoveConvert(Expression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
運算式。
傳回
在前端移除轉換的新運算式。
- 屬性