CoreStrings.CompositeFkOnProperty(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
有多個屬性,其中 [ForeignKey] 屬性指向導覽 '{1_entityType}。{0_navigation}'。 若要使用資料批註定義複合外鍵,請在導覽上使用 [ForeignKey] 屬性。
public static string CompositeFkOnProperty (object navigation, object entityType);
public static string CompositeFkOnProperty (object? navigation, object? entityType);
static member CompositeFkOnProperty : obj * obj -> string
Public Shared Function CompositeFkOnProperty (navigation As Object, entityType As Object) As String
參數
- navigation
- Object
- entityType
- Object