RelationalStrings.ConflictingSeedValues(Object, Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{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