Aracılığıyla paylaş


RuntimeEntityType.IEntityType.GetReferencingForeignKeys Yöntem

Tanım

Belirli bir varlık türünü hedefleyen tüm yabancı anahtarları alır (örneğin, verilen varlık türünün veya türetildiği türün sorumlu olduğu yabancı anahtarlar).

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> IEntityType.GetReferencingForeignKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Function GetReferencingForeignKeys () As IEnumerable(Of IForeignKey) Implements IEntityType.GetReferencingForeignKeys

Döndürülenler

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

Uygulamalar

Öznitelikler

Şunlara uygulanır