共用方式為


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

傳回

適用於