Dela via


InlineQueryRootExpression.Update(IReadOnlyList<Expression>) Method

Definition

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.

public virtual Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression Update (System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> values);
abstract member Update : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression
override this.Update : System.Collections.Generic.IReadOnlyList<System.Linq.Expressions.Expression> -> Microsoft.EntityFrameworkCore.Query.InlineQueryRootExpression
Public Overridable Function Update (values As IReadOnlyList(Of Expression)) As InlineQueryRootExpression

Parameters

values
IReadOnlyList<Expression>

The Values property of the result.

Returns

This expression if no children changed, or an expression with the updated children.

Applies to