CollectionResultExpression.Update(ProjectionBindingExpression) 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.CollectionResultExpression Update (Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression projectionBindingExpression);
abstract member Update : Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression -> Microsoft.EntityFrameworkCore.Query.CollectionResultExpression
override this.Update : Microsoft.EntityFrameworkCore.Query.ProjectionBindingExpression -> Microsoft.EntityFrameworkCore.Query.CollectionResultExpression
Public Overridable Function Update (projectionBindingExpression As ProjectionBindingExpression) As CollectionResultExpression

Parametreler

projectionBindingExpression
ProjectionBindingExpression

Sonucun ProjectionBindingExpression ö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