ExpressionExtensions.RemoveConvert(Expression) Yöntem

Tanım

Dikkat

Unwrap each convert manually by evaluating how they are used.

Verilen ifade ağacının başından kaldırılan herhangi bir görme Convert veya düğüm ile yeni bir ifade ConvertChecked döndürür/

Bu yöntem genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

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

Parametreler

expression
Expression

İfade.

Döndürülenler

Expression

Başında dönüştürmeleri olan yeni bir ifade kaldırıldı.

Öznitelikler

Şunlara uygulanır