Share via


UpdateSettersBuilder.SetProperty Method

Definition

Overloads

Name Description
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.

SetProperty(LambdaExpression, Expression)

Source:
UpdateSettersBuilder.cs

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.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder SetProperty(System.Linq.Expressions.LambdaExpression propertyExpression, System.Linq.Expressions.Expression valueExpression);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member SetProperty : System.Linq.Expressions.LambdaExpression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder
override this.SetProperty : System.Linq.Expressions.LambdaExpression * System.Linq.Expressions.Expression -> Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder
Public Overridable Function SetProperty (propertyExpression As LambdaExpression, valueExpression As Expression) As UpdateSettersBuilder

Parameters

propertyExpression
LambdaExpression
valueExpression
Expression

Returns

Attributes

Applies to

SetProperty(LambdaExpression, LambdaExpression)

Source:
UpdateSettersBuilder.cs

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.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder SetProperty(System.Linq.Expressions.LambdaExpression propertyExpression, System.Linq.Expressions.LambdaExpression valueExpression);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member SetProperty : System.Linq.Expressions.LambdaExpression * System.Linq.Expressions.LambdaExpression -> Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder
override this.SetProperty : System.Linq.Expressions.LambdaExpression * System.Linq.Expressions.LambdaExpression -> Microsoft.EntityFrameworkCore.Query.UpdateSettersBuilder
Public Overridable Function SetProperty (propertyExpression As LambdaExpression, valueExpression As LambdaExpression) As UpdateSettersBuilder

Parameters

propertyExpression
LambdaExpression
valueExpression
LambdaExpression

Returns

Attributes

Applies to