CoreStrings.FkAttributeOnSkipNavigation(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無法在略過導覽 '{entityType}' 上指定 [ForeignKey] 屬性。{navigation}'。 請改為在 'OnModelCreating' 中設定外鍵屬性。
public static string FkAttributeOnSkipNavigation (object entityType, object navigation);
public static string FkAttributeOnSkipNavigation (object? entityType, object? navigation);
static member FkAttributeOnSkipNavigation : obj * obj -> string
Public Shared Function FkAttributeOnSkipNavigation (entityType As Object, navigation As Object) As String
參數
- entityType
- Object
- navigation
- Object