Partager via


EntityLoadInfo.WithIndexMap(Dictionary<Type,Int32[]>) Méthode

Définition

Remplit le champ Type Index Map du struct.

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

Paramètres

typeIndexMap
Dictionary<Type,Int32[]>

Retours

S’applique à