MutablePropertyExtensions.GetContainingForeignKeys(IMutableProperty) Yöntem

Tanım

Bu özelliği kullanan tüm yabancı anahtarları alır (Bu özelliğin dahil olduğu bileşik yabancı anahtarlar dahil).

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

Parametreler

property
IMutableProperty

Yabancı anahtarları almak için özelliği.

Döndürülenler

IEnumerable<IMutableForeignKey>

Bu özelliği kullanan yabancı anahtarlar.

Şunlara uygulanır