ConventionPropertyExtensions.GetContainingForeignKeys Method

Definition

Gets all foreign keys that use this property (including composite foreign keys in which this property is included).

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> GetContainingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetContainingForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function GetContainingForeignKeys (property As IConventionProperty) As IEnumerable(Of IConventionForeignKey)

Parameters

property
IConventionProperty

The property to get foreign keys for.

Returns

The foreign keys that use this property.

Applies to