Поделиться через


RelationalStrings.ConflictingRowUpdateTypes Метод

Определение

Экземпляр типа сущности "{firstEntityType}" помечается как "{firstState}", но экземпляр типа сущности "{secondEntityType}" помечается как "{secondState}", и оба они сопоставлены с одной и той же строкой. Рассмотрите возможность использования DbContextOptionsBuilder.EnableSensitiveDataLogging для просмотра значений ключа.

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

Параметры

firstEntityType
Object
firstState
Object
secondEntityType
Object
secondState
Object

Возвращаемое значение

Применяется к