共用方式為


CoreStrings.SeedDatumIncompatibleValue(Object, Object, Object) 方法

定義

無法新增實體類型 '{entityType}' 的種子實體,因為為屬性 '{property}' 提供的值與屬性類型 '{type}' 不相容。 請考慮使用 '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

傳回

適用於