QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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