共用方式為


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

傳回

適用於