RelationalCollectionShaperExpression.Update 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.RelationalCollectionShaperExpression Update (System.Linq.Expressions.Expression parentIdentifier, System.Linq.Expressions.Expression outerIdentifier, System.Linq.Expressions.Expression selfIdentifier, System.Linq.Expressions.Expression innerShaper);
abstract member Update : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.RelationalCollectionShaperExpression
override this.Update : System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.RelationalCollectionShaperExpression
Public Overridable Function Update (parentIdentifier As Expression, outerIdentifier As Expression, selfIdentifier As Expression, innerShaper As Expression) As RelationalCollectionShaperExpression

Parametreler

parentIdentifier
Expression

Sonucun ParentIdentifier özelliği.

outerIdentifier
Expression

Sonucun OuterIdentifier özelliği.

selfIdentifier
Expression

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