次の方法で共有


CoreStrings.SeedDatumDuplicate(Object, Object) メソッド

定義

エンティティ型 '{entityType}' のシード エンティティは、{keyProperties} の同じキー値を持つ別のシード エンティティが既に追加されているため、追加できません。 'DbContextOptionsBuilder.EnableSensitiveDataLogging' を使用して、競合するキー値を確認することを検討してください。

public static string SeedDatumDuplicate (object entityType, object keyProperties);
public static string SeedDatumDuplicate (object? entityType, object? keyProperties);
static member SeedDatumDuplicate : obj * obj -> string
Public Shared Function SeedDatumDuplicate (entityType As Object, keyProperties As Object) As String

パラメーター

entityType
Object
keyProperties
Object

戻り値

適用対象