RelationalStrings.ConflictingRowValues 메서드

정의

'{firstEntityType}' 및 '{secondEntityType}' 형식의 인스턴스는 동일한 행에 매핑되지만 '{column}'에 매핑된 속성 {firstProperty} 및 {secondProperty}의 속성 값이 다릅니다. 충돌하는 값을 보려면 'DbContextOptionsBuilder.EnableSensitiveDataLogging'을 사용하는 것이 좋습니다.

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

매개 변수

firstEntityType
Object
secondEntityType
Object
firstPropertiesfirstProperty
Object
secondPropertiessecondProperty
Object
columnscolumn
Object

반환

적용 대상