共用方式為


CoreStrings.InterfacePropertyNotAdded(Object, Object, Object) 方法

定義

屬性 '{entityType}。{navigation}' 是介面類別型, ('{propertyType}') 。 如果是導覽,請將此屬性轉換成對應的實體類型,以手動設定此屬性的關聯性。 否則,請使用 'OnModelCreating' 中的 [NotMapped] 屬性或 'Ignore' 來忽略 屬性。

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

參數

entityType
Object
navigation
Object
propertyType
Object

傳回

適用於