共用方式為


EntityLoadInfo.WithIndexMap(Dictionary<Type,Int32[]>) 方法

定義

填入結構的類型索引對應欄位。

public Microsoft.EntityFrameworkCore.Query.EntityLoadInfo WithIndexMap (System.Collections.Generic.Dictionary<Type,int[]> typeIndexMap);
member this.WithIndexMap : System.Collections.Generic.Dictionary<Type, int[]> -> Microsoft.EntityFrameworkCore.Query.EntityLoadInfo
Public Function WithIndexMap (typeIndexMap As Dictionary(Of Type, Integer())) As EntityLoadInfo

參數

typeIndexMap
Dictionary<Type,Int32[]>

傳回

適用於