Share via


RelationalStrings.ConcurrencyTokenOnJsonMappedProperty(Object, Object) Method

Definition

The property '{property}' on '{type}' is configured as a concurrency token, but the type is mapped to JSON. Concurrency tokens are not supported on JSON-mapped types.

public static string ConcurrencyTokenOnJsonMappedProperty(object? property, object? type);
static member ConcurrencyTokenOnJsonMappedProperty : obj * obj -> string
Public Shared Function ConcurrencyTokenOnJsonMappedProperty (property As Object, type As Object) As String

Parameters

property
Object
type
Object

Returns

Applies to