IRelationalValueBufferFactoryFactory.Create Yöntem

Tanım

Aşırı Yüklemeler

Create(IReadOnlyList<TypeMaterializationInfo>)

Yeni bir IRelationalValueBufferFactory oluşturur.

Create(IReadOnlyList<Type>, IReadOnlyList<Int32>)
Geçersiz.

Yeni bir IRelationalValueBufferFactory oluşturur.

Create(IReadOnlyList<TypeMaterializationInfo>)

Yeni bir IRelationalValueBufferFactory oluşturur.

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

Parametreler

types
IReadOnlyList<TypeMaterializationInfo>

Okunacak değerler için türler ve eşleme.

Döndürülenler

Yeni oluşturulan IRelationalValueBufferFactoryFactory.

Şunlara uygulanır

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

Dikkat

Use Create(IReadOnlyList<TypeMaterializationInfo>).

Yeni bir IRelationalValueBufferFactory oluşturur.

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

Parametreler

valueTypes
IReadOnlyList<Type>

Değer arabelleğinden döndürülecek değer türleri.

indexMap
IReadOnlyList<Int32>

Temel alınan sonuç kümesinden okunacak sıfır tabanlı dizinlerin sıralı listesidir (örneğin, bu listedeki ilk sayı, değer arabelleğinden 0 değeri istendiğinde döndürülecek temel alınan sonuç kümesinin dizinidir).

Döndürülenler

Yeni oluşturulan IRelationalValueBufferFactoryFactory.

Öznitelikler

Şunlara uygulanır