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

返回

适用于