Udostępnij za pośrednictwem


IQuerySqlGenerator.CreateValueBufferFactory Metoda

Definicja

Tworzy fabrykę buforu wartości odpowiadającą wygenerowanemu zapytaniu.

public 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
Public 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.

Dotyczy