RuntimeModelConvention.GetIndex(IIndex, RuntimeEntityType) Yöntem

Tanım

Okuma için iyileştirilmiş modelde karşılık gelen dizini alır.

protected virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeIndex GetIndex (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType);
abstract member GetIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeIndex
override this.GetIndex : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType -> Microsoft.EntityFrameworkCore.Metadata.RuntimeIndex
Protected Overridable Function GetIndex (index As IIndex, entityType As RuntimeEntityType) As RuntimeIndex

Parametreler

index
IIndex

Özgün dizin.

entityType
RuntimeEntityType

Bildirimde bulunan varlık türü.

Döndürülenler

Karşılık gelen okuma için iyileştirilmiş dizin.

Şunlara uygulanır