RelationalStrings.SharedRowEntryCountMismatchSensitive 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 entity of type '{entityType}' is sharing the table '{tableName}' with entities of type '{missingEntityType}', but there is no entity of this type with the same key value '{keyValue}' that has been marked as '{state}'.
public static string SharedRowEntryCountMismatchSensitive (object entityType, object tableName, object missingEntityType, object keyValue, object state);
static member SharedRowEntryCountMismatchSensitive : obj * obj * obj * obj * obj -> string
Public Shared Function SharedRowEntryCountMismatchSensitive (entityType As Object, tableName As Object, missingEntityType As Object, keyValue As Object, state As Object) As String
Parameters
- entityType
- Object
- tableName
- Object
- missingEntityType
- Object
- keyValue
- Object
- state
- Object
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework