RelationalStrings.ConcurrencyTokenOnJsonMappedProperty(Object, Object) Method
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.
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