Share via


RelationalStrings.ExecuteUpdateCannotSetJsonPropertyToArbitraryExpression Property

Definition

'ExecuteUpdate' cannot currently set a property in a JSON column to arbitrary expressions; only constants, parameters and other JSON properties are supported; see https://github.com/dotnet/efcore/issues/36688.

[System.Runtime.CompilerServices.Nullable(1)]
public static string ExecuteUpdateCannotSetJsonPropertyToArbitraryExpression { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
static member ExecuteUpdateCannotSetJsonPropertyToArbitraryExpression : string
Public Shared ReadOnly Property ExecuteUpdateCannotSetJsonPropertyToArbitraryExpression As String

Property Value

Attributes

Applies to