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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework