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[]>

返回

适用于