次の方法で共有


CoreStrings.NavigationNotAddedComplexType(Object, Object, Object) メソッド

定義

ナビゲーション '{complexType} を構成できません。複合型はナビゲーションをサポートしないため、'{propertyType}' 型の {navigation}' です。 '[NotMapped]' 属性を使用するか、'OnModelCreating' で 'EntityTypeBuilder.Ignore' を使用して、このプロパティを無視します。

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

パラメーター

complexType
Object
navigation
Object
propertyType
Object

戻り値

適用対象