RelationalStrings.ConflictingRowValuesSensitive メソッド

定義

型 '{firstEntityType}' と '{secondEntityType}' のインスタンスは、キー値 '{keyValue}' を持つ同じ行にマップされますが、列 '{column}' のプロパティ値 '{firstConflictingValue}' と '{secondConflictingValue}' が異なります。

C#
public static string ConflictingRowValuesSensitive (object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValues, object secondConflictingValues, object columns);
C#
public static string ConflictingRowValuesSensitive (object firstEntityType, object secondEntityType, object keyValue, object firstConflictingValue, object secondConflictingValue, object column);
C#
public static string ConflictingRowValuesSensitive (object? firstEntityType, object? secondEntityType, object? keyValue, object? firstConflictingValue, object? secondConflictingValue, object? column);

パラメーター

firstEntityType
Object
secondEntityType
Object
keyValue
Object
firstConflictingValuesfirstConflictingValue
Object
secondConflictingValuessecondConflictingValue
Object
columnscolumn
Object

戻り値

適用対象

製品 バージョン
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0