Udostępnij za pośrednictwem


IRelationalValueBufferFactoryFactory.Create Metoda

Definicja

Przeciążenia

Create(IReadOnlyList<TypeMaterializationInfo>)

Tworzy nowy adres IRelationalValueBufferFactory.

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
Przestarzałe.

Tworzy nowy adres IRelationalValueBufferFactory.

Create(IReadOnlyList<TypeMaterializationInfo>)

Tworzy nowy adres 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

Parametry

types
IReadOnlyList<TypeMaterializationInfo>

Typy i mapowanie wartości do odczytania.

Zwraca

Nowo utworzony element IRelationalValueBufferFactoryFactory.

Dotyczy

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

Przestroga

Use Create(IReadOnlyList<TypeMaterializationInfo>).

Tworzy nowy adres 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

Parametry

valueTypes
IReadOnlyList<Type>

Typy wartości, które mają być zwracane z buforu wartości.

indexMap
IReadOnlyList<Int32>

Uporządkowana lista indeksów opartych na zera, które mają być odczytywane z bazowego zestawu wyników (tj. pierwsza liczba na tej liście jest indeksem bazowego zestawu wyników, który zostanie zwrócony, gdy wartość 0 jest żądana z buforu wartości).

Zwraca

Nowo utworzony element IRelationalValueBufferFactoryFactory.

Atrybuty

Dotyczy