CollectionShaperExpression.Update(Expression, Expression) Yöntem

Tanım

Bunun gibi, ancak sağlanan alt öğeleri kullanarak yeni bir ifade oluşturur. Tüm alt öğeler aynıysa bu ifade döndürülecektir.

public virtual Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression Update (System.Linq.Expressions.Expression projection, System.Linq.Expressions.Expression innerShaper);
abstract member Update : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression
override this.Update : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.CollectionShaperExpression
Public Overridable Function Update (projection As Expression, innerShaper As Expression) As CollectionShaperExpression

Parametreler

projection
Expression

Sonucun Projection özelliği.

innerShaper
Expression

Sonucun InnerShaper özelliği.

Döndürülenler

Hiçbir alt öğe değişmediyse bu ifade veya güncelleştirilmiş alt öğeleri olan bir ifade.

Şunlara uygulanır