CoreStrings.PrimaryKeyDefinedOnIgnoredProperty(Object, Object) 方法

定义

实体类型“{entityType}”上的 [PrimaryKey] 属性无效,因为属性“{propertyName}”被 [NotMapped] 属性或“OnModelCreating”中的“Ignore () ”标记为未映射。 主键不能使用未映射的属性。

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

参数

entityType
Object
propertyName
Object

返回

适用于