Aracılığıyla paylaş


MutablePropertyExtensions.GetContainingKeys(IMutableProperty) Yöntem

Tanım

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

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

Parametreler

property
IMutableProperty

birincil ve alternatif anahtarları almak için özelliği.

Döndürülenler

Bu özelliği kullanan birincil ve alternatif anahtarlar.

Şunlara uygulanır