RuntimeModelConvention.GetIndex(IIndex, RuntimeEntityType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得讀取優化模型中的對應索引。
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
參數
- index
- IIndex
原始索引。
- entityType
- RuntimeEntityType
宣告實體類型。
傳回
對應的讀取優化索引。