Share via


RelationalStrings.MissingConcurrencyColumn(Object, Object, Object) Method

Definition

Entity type '{entityType}' doesn't contain a property mapped to the store-generated concurrency token column '{missingColumn}' which is used by another entity type sharing the table '{table}'. Add a store-generated property to '{entityType}' which is mapped to the same column; it may be in shadow state.

public static string MissingConcurrencyColumn (object entityType, object missingColumn, object table);
public static string MissingConcurrencyColumn (object? entityType, object? missingColumn, object? table);
static member MissingConcurrencyColumn : obj * obj * obj -> string
Public Shared Function MissingConcurrencyColumn (entityType As Object, missingColumn As Object, table As Object) As String

Parameters

entityType
Object
missingColumn
Object
table
Object

Returns

Applies to