CoreStrings.PrimaryKeyDefinedOnIgnoredProperty(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{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