共用方式為


CoreStrings.SeedDatumMissingValue(Object, Object) 方法

定義

無法新增實體類型 '{entityType}' 的種子實體,因為未針對必要的屬性 '{property}' 提供任何值。

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

參數

entityType
Object
property
Object

傳回

適用於