共用方式為


RelationalStrings.ConflictingSeedValues(Object, Object, Object) 方法

定義

實體類型 '{entityType}' 的種子實體與對應至相同資料表 '{table}' 的另一個種子實體具有相同的索引鍵值,但資料行 '{column}' 有不同的值。 請考慮使用 'DbCoNtextOptionsBuilder.EnableSensitiveDataLogging' 來查看衝突的值。

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

參數

entityType
Object
table
Object
column
Object

傳回

適用於