IEntityType.GetDeclaredForeignKeys 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 given IEntityType.
This method does not return foreign keys declared on base types. It is useful when iterating over all entity types to avoid processing the same foreign key more than once. Use GetForeignKeys() to also return foreign keys declared on base types.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetDeclaredForeignKeys ();
abstract member GetDeclaredForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public Function GetDeclaredForeignKeys () As IEnumerable(Of IForeignKey)
Returns
Declared foreign keys.
Applies to
Feedback
Submit and view feedback for