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

Definição

Preenche o campo Mapa de Índice de Tipo do 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

Parâmetros

typeIndexMap
Dictionary<Type,Int32[]>

Retornos

Aplica-se a