RelationalStrings.ExecuteUpdateCannotSetJsonPropertyToArbitraryExpression Property
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.
'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