EntityLoadInfo Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>) |
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur. |
EntityLoadInfo(MaterializationContext, Func<MaterializationContext,Object>, Dictionary<Type,Int32[]>) |
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur. |
EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>, Dictionary<Type,Int32[]>) |
Veraltet.
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur. |
EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>)
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur.
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))
Parameter
- valueBuffer
- ValueBuffer
Die Datenzeile, die diese Entität darstellt.
- materializer
- Func<ValueBuffer,Object>
Die Methode zum Materialisieren der Daten in einer Entität instance.
Gilt für:
EntityLoadInfo(MaterializationContext, Func<MaterializationContext,Object>, Dictionary<Type,Int32[]>)
- Quelle:
- EntityLoadInfo.cs
- Quelle:
- EntityLoadInfo.cs
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur.
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)
Parameter
- materializationContext
- MaterializationContext
Der aktuelle MaterializationContext zum Erstellen der Entität.
- materializer
- Func<MaterializationContext,Object>
Die Methode zum Materialisieren der Daten in einer Entität instance.
- typeIndexMap
- Dictionary<Type,Int32[]>
Wörterbuch, das die Zuordnung von Eigenschaftenindizes zu Werten in ValueBuffer enthält.
Gilt für:
EntityLoadInfo(ValueBuffer, Func<ValueBuffer,Object>, Dictionary<Type,Int32[]>)
- Quelle:
- EntityLoadInfo.cs
- Quelle:
- EntityLoadInfo.cs
Achtung
Use the constructor that also takes a MaterializationContext.
Initialisiert eine neue Instanz der EntityLoadInfo-Struktur.
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)
Parameter
- valueBuffer
- ValueBuffer
Die Datenzeile, die diese Entität darstellt.
- materializer
- Func<ValueBuffer,Object>
Die Methode zum Materialisieren der Daten in einer Entität instance.
- typeIndexMap
- Dictionary<Type,Int32[]>
Wörterbuch, das die Zuordnung von Eigenschaftenindizes zu Werten in ValueBuffer enthält.
- Attribute
Gilt für:
Entity Framework