RelationalStrings.ConflictingOriginalRowValues メソッド

定義

型 '{firstEntityType}' と '{secondEntityType}' のインスタンスは同じ行にマップされますが、プロパティ {firstProperty} と {secondProperty} の元のプロパティ値は '{column}' にマップされます。 競合する値を確認するには、'DbContextOptionsBuilder.EnableSensitiveDataLogging' を使用することを検討してください。

C#
public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperties, object secondProperties, object columns);
C#
public static string ConflictingOriginalRowValues (object firstEntityType, object secondEntityType, object firstProperty, object secondProperty, object column);
C#
public static string ConflictingOriginalRowValues (object? firstEntityType, object? secondEntityType, object? firstProperty, object? secondProperty, object? column);

パラメーター

firstEntityType
Object
secondEntityType
Object
firstPropertiesfirstProperty
Object
secondPropertiessecondProperty
Object
columnscolumn
Object

戻り値

適用対象

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