共用方式為


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

傳回

適用於