次の方法で共有


EntityLoadInfo コンストラクター

定義

オーバーロード

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>)

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

EntityLoadInfo(MaterializationContext, Func<MaterializationContext,Object>, Dictionary<Type,Int32[]>)

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>, Dictionary<Type,Int32[]>)
古い.

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>)

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

public EntityLoadInfo (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer, Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer,object> materializer);
new Microsoft.EntityFrameworkCore.Query.EntityLoadInfo : Microsoft.EntityFrameworkCore.Storage.ValueBuffer * Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer, obj> -> Microsoft.EntityFrameworkCore.Query.EntityLoadInfo
Public Sub New (valueBuffer As ValueBuffer, materializer As Func(Of ValueBuffer, Object))

パラメーター

valueBuffer
ValueBuffer

このエンティティを表すデータの行。

materializer
Func<ValueBuffer,Object>

エンティティ インスタンスにデータを具体化するメソッド。

適用対象

EntityLoadInfo(MaterializationContext, Func<MaterializationContext,Object>, Dictionary<Type,Int32[]>)

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

public EntityLoadInfo (in Microsoft.EntityFrameworkCore.Storage.MaterializationContext materializationContext, Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext,object> materializer, System.Collections.Generic.Dictionary<Type,int[]> typeIndexMap = default);
new Microsoft.EntityFrameworkCore.Query.EntityLoadInfo : MaterializationContext * Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext, obj> * System.Collections.Generic.Dictionary<Type, int[]> -> Microsoft.EntityFrameworkCore.Query.EntityLoadInfo
Public Sub New (ByRef materializationContext As MaterializationContext, materializer As Func(Of MaterializationContext, Object), Optional typeIndexMap As Dictionary(Of Type, Integer()) = Nothing)

パラメーター

materializationContext
MaterializationContext

エンティティを作成するための現在 MaterializationContext の 。

materializer
Func<MaterializationContext,Object>

エンティティ インスタンスにデータを具体化するメソッド。

typeIndexMap
Dictionary<Type,Int32[]>

プロパティ インデックスから ValueBuffer の値へのマッピングを含むディクショナリ。

適用対象

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>, Dictionary<Type,Int32[]>)

注意事項

Use the constructor that also takes a MaterializationContext.

EntityLoadInfo 構造体の新しいインスタンスを初期化します。

public EntityLoadInfo (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer, Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer,object> materializer, System.Collections.Generic.Dictionary<Type,int[]> typeIndexMap = default);
[System.Obsolete("Use the constructor that also takes a MaterializationContext.")]
public EntityLoadInfo (Microsoft.EntityFrameworkCore.Storage.ValueBuffer valueBuffer, Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer,object> materializer, System.Collections.Generic.Dictionary<Type,int[]> typeIndexMap = default);
new Microsoft.EntityFrameworkCore.Query.EntityLoadInfo : Microsoft.EntityFrameworkCore.Storage.ValueBuffer * Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer, obj> * System.Collections.Generic.Dictionary<Type, int[]> -> Microsoft.EntityFrameworkCore.Query.EntityLoadInfo
[<System.Obsolete("Use the constructor that also takes a MaterializationContext.")>]
new Microsoft.EntityFrameworkCore.Query.EntityLoadInfo : Microsoft.EntityFrameworkCore.Storage.ValueBuffer * Func<Microsoft.EntityFrameworkCore.Storage.ValueBuffer, obj> * System.Collections.Generic.Dictionary<Type, int[]> -> Microsoft.EntityFrameworkCore.Query.EntityLoadInfo
Public Sub New (valueBuffer As ValueBuffer, materializer As Func(Of ValueBuffer, Object), Optional typeIndexMap As Dictionary(Of Type, Integer()) = Nothing)

パラメーター

valueBuffer
ValueBuffer

このエンティティを表すデータの行。

materializer
Func<ValueBuffer,Object>

エンティティ インスタンスにデータを具体化するメソッド。

typeIndexMap
Dictionary<Type,Int32[]>

プロパティ インデックスから ValueBuffer の値へのマッピングを含むディクショナリ。

属性

適用対象