Freigeben über


IRelationalValueBufferFactoryFactory.Create Methode

Definition

Überlädt

Create(IReadOnlyList<TypeMaterializationInfo>)

Erstellt einen neuen IRelationalValueBufferFactory.

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
Veraltet.

Erstellt einen neuen IRelationalValueBufferFactory.

Create(IReadOnlyList<TypeMaterializationInfo>)

Erstellt einen neuen IRelationalValueBufferFactory.

public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> types);
abstract member Create : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Function Create (types As IReadOnlyList(Of TypeMaterializationInfo)) As IRelationalValueBufferFactory

Parameter

types
IReadOnlyList<TypeMaterializationInfo>

Typen und Zuordnungen für die zu lesenden Werte.

Gibt zurück

Der neu erstellte IRelationalValueBufferFactoryFactory.

Gilt für:

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)

Achtung

Use Create(IReadOnlyList<TypeMaterializationInfo>).

Erstellt einen neuen IRelationalValueBufferFactory.

public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Type> valueTypes, System.Collections.Generic.IReadOnlyList<int> indexMap);
[System.Obsolete("Use Create(IReadOnlyList<TypeMaterializationInfo>).")]
public Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Type> valueTypes, System.Collections.Generic.IReadOnlyList<int> indexMap);
abstract member Create : System.Collections.Generic.IReadOnlyList<Type> * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
[<System.Obsolete("Use Create(IReadOnlyList<TypeMaterializationInfo>).")>]
abstract member Create : System.Collections.Generic.IReadOnlyList<Type> * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Function Create (valueTypes As IReadOnlyList(Of Type), indexMap As IReadOnlyList(Of Integer)) As IRelationalValueBufferFactory

Parameter

valueTypes
IReadOnlyList<Type>

Die Typen von Werten, die aus dem Wertpuffer zurückgegeben werden sollen.

indexMap
IReadOnlyList<Int32>

Eine geordnete Liste von nullbasierten Indizes, die aus dem zugrunde liegenden Resultset gelesen werden sollen (d. h. die erste Zahl in dieser Liste ist der Index des zugrunde liegenden Resultsets, der zurückgegeben wird, wenn der Wert 0 aus dem Wertpuffer angefordert wird).

Gibt zurück

Der neu erstellte IRelationalValueBufferFactoryFactory.

Attribute

Gilt für: