Share via


CoreStrings.SeedDatumIncompatibleValue(Object, Object, Object) メソッド

定義

プロパティ '{property}' に指定された値がプロパティ型 '{type}' と互換性がないため、エンティティ型 '{entityType}' のシード エンティティを追加できません。 関連するプロパティ値を確認するには、'DbContextOptionsBuilder.EnableSensitiveDataLogging' を使用することを検討してください。

public static string SeedDatumIncompatibleValue (object entityType, object property, object type);
public static string SeedDatumIncompatibleValue (object? entityType, object? property, object? type);
static member SeedDatumIncompatibleValue : obj * obj * obj -> string
Public Shared Function SeedDatumIncompatibleValue (entityType As Object, property As Object, type As Object) As String

パラメーター

entityType
Object
property
Object
type
Object

戻り値

適用対象