共用方式為


RelationalStrings.SharedRowEntryCountMismatch 方法

定義

類型 '{entityType}' 的實體正在與類型為 '{missingEntityType}' 的實體共用資料表 '{tableName}',但此類型的實體沒有具有相同索引鍵值的實體已標示為 '{state}'。 請考慮使用 'DbCoNtextOptionsBuilder.EnableSensitiveDataLogging' 來查看索引鍵值。

public static string SharedRowEntryCountMismatch (object entityType, object tableName, object missingEntityType, object state);
static member SharedRowEntryCountMismatch : obj * obj * obj * obj -> string
Public Shared Function SharedRowEntryCountMismatch (entityType As Object, tableName As Object, missingEntityType As Object, state As Object) As String

參數

entityType
Object
tableName
Object
missingEntityType
Object
state
Object

傳回

適用於