次の方法で共有


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

定義

エンティティ型 '{entityType}' の外部キー {foreignKeyProperties} は、依存側を特定できないため、必須の依存を持つものとして構成できません。 リレーションシップの依存側を識別するには、"OnModelCreating" で外部キー プロパティを構成します。 詳細については、 https://go.microsoft.com/fwlink/?LinkId=724062 をご覧ください。

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

パラメーター

foreignKeyProperties
Object
entityType
Object

戻り値

適用対象