Share via


UpdateSettersBuilder Class

Definition

Supports specifying property and value to be set in ExecuteUpdate method with chaining multiple calls for updating multiple columns.

This type does not have any constructor or implementation since it is used inside LINQ query solely for the purpose of creating expression tree.

[System.Runtime.CompilerServices.Nullable(0)]
public class UpdateSettersBuilder
[<System.Runtime.CompilerServices.Nullable(0)>]
type UpdateSettersBuilder = class
Public Class UpdateSettersBuilder
Inheritance
UpdateSettersBuilder
Derived
Attributes

Remarks

See Implementation of database providers and extensions and How EF Core queries work for more information and examples.

Constructors

Name Description
UpdateSettersBuilder()

Methods

Name Description
BuildSettersExpression()

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

SetProperty(LambdaExpression, Expression)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

SetProperty(LambdaExpression, LambdaExpression)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

Applies to