DefaultQuerySqlGenerator.CreateValueBufferFactory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a relational value buffer factory.
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
Parameters
- relationalValueBufferFactoryFactory
- IRelationalValueBufferFactoryFactory
The relational value buffer factory.
- dataReader
- DbDataReader
The data reader.
Returns
The new value buffer factory.
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework