次の方法で共有


RelationalStrings.ConflictingRowValues メソッド

定義

型 '{firstEntityType}' と '{secondEntityType}' のインスタンスは同じ行にマップされますが、プロパティ {firstProperty} と {secondProperty} のプロパティ値は '{column}' にマップされます。 競合する値を確認するには、'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

戻り値

適用対象