RelationalCollectionShaperExpression.Update(Expression, Expression, 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ülür.

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

ParentIdentifierSonucun özelliği.

outerIdentifier
Expression

OuterIdentifierSonucun özelliği.

selfIdentifier
Expression

SelfIdentifierSonucun özelliği.

innerShaper
Expression

InnerShaperSonucun özelliği.

Döndürülenler

RelationalCollectionShaperExpression

Alt öğe değiştirilmemişse bu ifade veya güncelleştirilmiş alt öğeler içeren bir ifade.

Şunlara uygulanır