RelationalStrings.MissingConcurrencyColumn(Object, 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework