Share via


QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter Constructor

Definition

Represents a single setter in an ExecuteUpdate<TSource>(IQueryable<TSource>, Action<UpdateSettersBuilder<TSource>>) call, i.e. a pair of property and value selectors.

public ExecuteUpdateSetter(System.Linq.Expressions.LambdaExpression PropertySelector, System.Linq.Expressions.Expression ValueExpression);
new Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter : System.Linq.Expressions.LambdaExpression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter
Public Sub New (PropertySelector As LambdaExpression, ValueExpression As Expression)

Parameters

PropertySelector
LambdaExpression
ValueExpression
Expression

Applies to