Поделиться через


UntypedRelationalValueBufferFactoryFactory.Create Метод

Определение

Перегрузки

Create(IReadOnlyList<TypeMaterializationInfo>)

Создает новый экземпляр IRelationalValueBufferFactory.

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
Устаревшие..

Создает новый экземпляр IRelationalValueBufferFactory.

Create(IReadOnlyList<TypeMaterializationInfo>)

Создает новый экземпляр IRelationalValueBufferFactory.

public virtual 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
override this.Create : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.TypeMaterializationInfo> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Overridable Function Create (types As IReadOnlyList(Of TypeMaterializationInfo)) As IRelationalValueBufferFactory

Параметры

types
IReadOnlyList<TypeMaterializationInfo>

Типы и сопоставление для считываемых значений.

Возвращаемое значение

Вновь созданный IRelationalValueBufferFactoryFactory.

Реализации

Применяется к

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

Внимание!

Use Create(IReadOnlyList<TypeMaterializationInfo>).

Создает новый экземпляр IRelationalValueBufferFactory.

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory Create (System.Collections.Generic.IReadOnlyList<Type> valueTypes, System.Collections.Generic.IReadOnlyList<int> indexMap);
[System.Obsolete("Use Create(IReadOnlyList<TypeMaterializationInfo>).")]
public virtual 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
override this.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
override this.Create : System.Collections.Generic.IReadOnlyList<Type> * System.Collections.Generic.IReadOnlyList<int> -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Overridable Function Create (valueTypes As IReadOnlyList(Of Type), indexMap As IReadOnlyList(Of Integer)) As IRelationalValueBufferFactory

Параметры

valueTypes
IReadOnlyList<Type>

Типы значений, возвращаемых из буфера значений.

indexMap
IReadOnlyList<Int32>

Упорядоченный список отсчитываемых от нуля индексов из базового результирующий набор (т. е. первое число в этом списке является индексом базового результированного набора, который будет возвращен при запросе значения 0 из буфера значений).

Возвращаемое значение

Вновь созданный IRelationalValueBufferFactoryFactory.

Реализации

Атрибуты

Применяется к