Freigeben über


RelationalStrings.ConflictingRowValues Methode

Definition

Instanzen der Typen '{firstEntityType}' und '{secondEntityType}' werden derselben Zeile zugeordnet, weisen jedoch unterschiedliche Eigenschaftswerte für die Eigenschaften {firstProperty} und {secondProperty} auf, die '{column}' zugeordnet sind. Erwägen Sie die Verwendung von "DbContextOptionsBuilder.EnableSensitiveDataLogging", um die in Konflikt stehenden Werte anzuzeigen.

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

Parameter

firstEntityType
Object
secondEntityType
Object
firstPropertiesfirstProperty
Object
secondPropertiessecondProperty
Object
columnscolumn
Object

Gibt zurück

Gilt für: