次の方法で共有


RelationalStrings.ConflictingRowUpdateTypes メソッド

定義

エンティティ型 '{firstEntityType}' のインスタンスは '{firstState}' としてマークされていますが、エンティティ型 '{secondEntityType}' のインスタンスは '{secondState}' としてマークされ、両方とも同じ行にマップされます。 キー値を確認するには、'DbContextOptionsBuilder.EnableSensitiveDataLogging' を使用することを検討してください。

public static string ConflictingRowUpdateTypes (object firstEntityType, object firstState, object secondEntityType, object secondState);
public static string ConflictingRowUpdateTypes (object? firstEntityType, object? firstState, object? secondEntityType, object? secondState);
static member ConflictingRowUpdateTypes : obj * obj * obj * obj -> string
Public Shared Function ConflictingRowUpdateTypes (firstEntityType As Object, firstState As Object, secondEntityType As Object, secondState As Object) As String

パラメーター

firstEntityType
Object
firstState
Object
secondEntityType
Object
secondState
Object

戻り値

適用対象