次の方法で共有


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

式。

戻り値

先頭に変換が削除された新しい式。

属性

適用対象