Share via


RelationalStrings.ConflictingRowUpdateTypes Method

Definition

An instance of entity type '{firstEntityType}' is marked as '{firstState}', but an instance of entity type '{secondEntityType}' is marked as '{secondState}' and both are mapped to the same row. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the key values.

public static string ConflictingRowUpdateTypes (object firstEntityType, object firstState, object secondEntityType, object secondState);
public static string ConflictingRowUpdateTypes (object? firstEntityType, object? firstState, object? secondEntityType, object? secondState);
static member ConflictingRowUpdateTypes : obj * obj * obj * obj -> string
Public Shared Function ConflictingRowUpdateTypes (firstEntityType As Object, firstState As Object, secondEntityType As Object, secondState As Object) As String

Parameters

firstEntityType
Object
firstState
Object
secondEntityType
Object
secondState
Object

Returns

Applies to