CoreStrings.EntityRequiresKey(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{entityType}”需要定义主键。 如果打算使用无键实体类型,请在“OnModelCreating”中调用“HasNoKey”。 有关无键实体类型的详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=2141943。
public static string EntityRequiresKey (object entityType);
public static string EntityRequiresKey (object? entityType);
static member EntityRequiresKey : obj -> string
Public Shared Function EntityRequiresKey (entityType As Object) As String
参数
- entityType
- Object