ConventionEntityTypeExtensions.GetReferencingForeignKeys(IConventionEntityType) Yöntem

Tanım

Verilen varlık türünü (verilen varlık türünün veya türetilen türün sorumlu olduğu yabancı anahtarlar) hedef alan tüm yabancı anahtarları alır.

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

Parametreler

entityType
IConventionEntityType

Varlık türü.

Döndürülenler

IEnumerable<IConventionForeignKey>

Verilen varlık türüne başvurulan yabancı anahtarlar.

Şunlara uygulanır