IEntityType.GetDerivedForeignKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all foreign keys declared on the types derived from the given IEntityType.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetDerivedForeignKeys ();
abstract member GetDerivedForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public Function GetDerivedForeignKeys () As IEnumerable(Of IForeignKey)
Returns
Derived foreign keys.
Applies to
Feedback
Submit and view feedback for