共用方式為


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

定義

無法新增實體類型 '{entityType}' 的種子實體,因為已為必要的屬性 '{property}' 提供預設值。 請提供與 '{defaultValue}' 不同的值。

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

參數

entityType
Object
property
Object
defaultValue
Object

傳回

適用於