次の方法で共有


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

定義

エンティティ型 '{entityType}' の外部キー {foreignKeyProperties} は、依存側が構成される前に必要に応じて構成されているため、エンティティ型 '{principalEntityType}' に反転できません。 必要に応じて外部キーを構成する前に、外部キー プロパティまたはプリンシパル キーを構成します。 詳細については、 https://go.microsoft.com/fwlink/?LinkId=724062 をご覧ください。

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

パラメーター

foreignKeyProperties
Object
entityType
Object
principalEntityType
Object

戻り値

適用対象