다음을 통해 공유


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

반환

적용 대상