RelationalStrings.MissingConcurrencyColumn(Object, Object, Object) Metoda

Definicja

Typ jednostki "{entityType}" nie zawiera właściwości zamapowanej na kolumnę tokenu współbieżności wygenerowanej przez magazyn "{missingColumn}", która jest używana przez inny typ jednostki współużytkujący tabelę "{table}". Dodaj właściwość wygenerowaną przez magazyn do elementu "{entityType}", która jest mapowana na tę samą kolumnę; może być w stanie cienia.

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

Parametry

entityType
Object
missingColumn
Object
table
Object

Zwraca

Dotyczy