次の方法で共有


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

定義

ナビゲーション '{navigation}' の [ForeignKey] 属性は、エンティティ型 '{principalType}' で指定できません。これは、一対多リレーションシップを表しているためです。 [ForeignKey] 属性を '{dependentType}' のプロパティに移動します。

public static string FkAttributeOnNonUniquePrincipal (object navigation, object principalType, object dependentType);
public static string FkAttributeOnNonUniquePrincipal (object? navigation, object? principalType, object? dependentType);
static member FkAttributeOnNonUniquePrincipal : obj * obj * obj -> string
Public Shared Function FkAttributeOnNonUniquePrincipal (navigation As Object, principalType As Object, dependentType As Object) As String

パラメーター

navigation
Object
principalType
Object
dependentType
Object

戻り値

適用対象