UpdateExpression.SelectExpression Property

Definition

The select expression which is used to determine which rows to update and to get data from additional tables.

public Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression SelectExpression { get; }
member this.SelectExpression : Microsoft.EntityFrameworkCore.Query.SqlExpressions.SelectExpression
Public ReadOnly Property SelectExpression As SelectExpression

Property Value

Applies to