Partager via


EntityLoadInfo Constructeurs

Définition

Surcharges

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>)

Initialise une nouvelle instance du struct EntityLoadInfo.

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

Initialise une nouvelle instance du struct EntityLoadInfo.

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>, Dictionary<Type,Int32[]>)
Obsolète.

Initialise une nouvelle instance du struct EntityLoadInfo.

EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>)

Initialise une nouvelle instance du struct 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))

Paramètres

valueBuffer
ValueBuffer

Ligne de données qui représente cette entité.

materializer
Func<ValueBuffer,Object>

Méthode permettant de matérialiser les données dans une entité instance.

S’applique à

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

Source:
EntityLoadInfo.cs
Source:
EntityLoadInfo.cs

Initialise une nouvelle instance du struct 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)

Paramètres

materializationContext
MaterializationContext

actif MaterializationContext pour la création de l’entité.

materializer
Func<MaterializationContext,Object>

Méthode permettant de matérialiser les données dans une entité instance.

typeIndexMap
Dictionary<Type,Int32[]>

Dictionnaire contenant le mappage des index de propriétés aux valeurs dans ValueBuffer.

S’applique à

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

Source:
EntityLoadInfo.cs
Source:
EntityLoadInfo.cs

Attention

Use the constructor that also takes a MaterializationContext.

Initialise une nouvelle instance du struct 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)

Paramètres

valueBuffer
ValueBuffer

Ligne de données qui représente cette entité.

materializer
Func<ValueBuffer,Object>

Méthode permettant de matérialiser les données dans une entité instance.

typeIndexMap
Dictionary<Type,Int32[]>

Dictionnaire contenant le mappage des index de propriétés aux valeurs dans ValueBuffer.

Attributs

S’applique à