MutableKeyExtensions.GetReferencingForeignKeys(IMutableKey) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得以指定主要或替代索引鍵為目標的所有外鍵。
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> GetReferencingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IMutableKey key);
static member GetReferencingForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
<Extension()>
Public Function GetReferencingForeignKeys (key As IMutableKey) As IEnumerable(Of IMutableForeignKey)
參數
- key
- IMutableKey
要為其尋找外鍵的索引鍵。
傳回
參考指定索引鍵的外鍵。