次の方法で共有


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

戻り値

適用対象