次の方法で共有


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

戻り値

適用対象