Aracılığıyla paylaş


ReplacingExpressionVisitor Oluşturucular

Tanım

Aşırı Yüklemeler

ReplacingExpressionVisitor(IDictionary<Expression,Expression>)
ReplacingExpressionVisitor(IReadOnlyList<Expression>, IReadOnlyList<Expression>)

ReplacingExpressionVisitor sınıfının yeni bir örneğini oluşturur.

ReplacingExpressionVisitor(IDictionary<Expression,Expression>)

public ReplacingExpressionVisitor (System.Collections.Generic.IDictionary<System.Linq.Expressions.Expression,System.Linq.Expressions.Expression> replacements);
new Microsoft.EntityFrameworkCore.Query.ReplacingExpressionVisitor : System.Collections.Generic.IDictionary<System.Linq.Expressions.Expression, System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.ReplacingExpressionVisitor
Public Sub New (replacements As IDictionary(Of Expression, Expression))

Parametreler

Şunlara uygulanır

ReplacingExpressionVisitor(IReadOnlyList<Expression>, IReadOnlyList<Expression>)

ReplacingExpressionVisitor sınıfının yeni bir örneğini oluşturur.

public ReplacingExpressionVisitor (System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> originals, System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> replacements);
new Microsoft.EntityFrameworkCore.Query.ReplacingExpressionVisitor : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> * System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.ReplacingExpressionVisitor
Public Sub New (originals As IReadOnlyList(Of Expression), replacements As IReadOnlyList(Of Expression))

Parametreler

originals
IReadOnlyList<Expression>

Değiştirilmeye değer özgün ifadelerin listesi.

replacements
IReadOnlyList<Expression>

Değiştirme olarak kullanılacak ifadelerin listesi.

Şunlara uygulanır