次の方法で共有


RelationalStrings.SharedRowEntryCountMismatch メソッド

定義

型 '{entityType}' のエンティティは、テーブル '{tableName}' を型 '{missingEntityType}' のエンティティと共有していますが、'{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

戻り値

適用対象