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