MutableForeignKeyExtensions.GetNavigation(IMutableForeignKey, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回與此外鍵相關聯的導覽。
public static Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation GetNavigation (this Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey, bool pointsToPrincipal);
static member GetNavigation : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey * bool -> Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation
<Extension()>
Public Function GetNavigation (foreignKey As IMutableForeignKey, pointsToPrincipal As Boolean) As IMutableNavigation
參數
- foreignKey
- IMutableForeignKey
外部索引鍵。
- pointsToPrincipal
- Boolean
值,指出巡覽是否位於指向主體類型的相依型別上。
傳回
與這個外鍵或 null
相關聯的導覽。