共用方式為


CoreStrings.PrimaryKeyDefinedOnIgnoredProperty(Object, Object) 方法

定義

實體類型 '{entityType}' 上的 [PrimaryKey] 屬性無效,因為 'OnModelCreating' 中的屬性 '{propertyName}' 已標示為未對應的 [NotMapped] 屬性或 '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

傳回

適用於