Dela via


ValuesExpression.Update(IReadOnlyList<RowValueExpression>) 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.SqlExpressions.ValuesExpression Update (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression> rowValues);
abstract member Update : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression
override this.Update : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Query.SqlExpressions.RowValueExpression> -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.ValuesExpression
Public Overridable Function Update (rowValues As IReadOnlyList(Of RowValueExpression)) As ValuesExpression

Parameters

Returns

Applies to