CoreStrings.AmbiguousEndRequiredDependent(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法將實體類型 '{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