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


RelationalStrings.ConflictingOriginalRowValues Метод

Определение

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

public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperties, object secondProperties, object columns);
public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperty, object secondProperty, object column);
public static string ConflictingOriginalRowValues (object? firstEntityType, object? secondEntityType, object? firstProperty, object? secondProperty, object? column);
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
static member ConflictingOriginalRowValues : obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperties As Object, secondProperties As Object, columns As Object) As String
Public Shared Function ConflictingOriginalRowValues (firstEntityType As Object, secondEntityType As Object, firstProperty As Object, secondProperty As Object, column As Object) As String

Параметры

firstEntityType
Object
secondEntityType
Object
firstPropertiesfirstProperty
Object
secondPropertiessecondProperty
Object
columnscolumn
Object

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

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