ReplacingExpressionVisitor Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
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
- replacements
- IDictionary<Expression,Expression>
Ş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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework