Udostępnij za pośrednictwem


DefaultQuerySqlGenerator.CreateValueBufferFactory Metoda

Definicja

Tworzy fabrykę buforów wartości relacyjnych.

public virtual Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory CreateValueBufferFactory (Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory relationalValueBufferFactoryFactory, System.Data.Common.DbDataReader dataReader);
abstract member CreateValueBufferFactory : Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory * System.Data.Common.DbDataReader -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
override this.CreateValueBufferFactory : Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactoryFactory * System.Data.Common.DbDataReader -> Microsoft.EntityFrameworkCore.Storage.IRelationalValueBufferFactory
Public Overridable Function CreateValueBufferFactory (relationalValueBufferFactoryFactory As IRelationalValueBufferFactoryFactory, dataReader As DbDataReader) As IRelationalValueBufferFactory

Parametry

relationalValueBufferFactoryFactory
IRelationalValueBufferFactoryFactory

Fabryka buforów wartości relacyjnych.

dataReader
DbDataReader

Czytnik danych.

Zwraca

Nowa fabryka buforów wartości.

Implementuje

Dotyczy