IRelationalValueBufferFactory Interface
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 instances of the ValueBuffer type. An IRelationalValueBufferFactory is tied to a particular result shape and will only create value buffers for that result shape. Instances for different result shapes are created by IRelationalValueBufferFactoryFactory.
This type is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IRelationalValueBufferFactory
type IRelationalValueBufferFactory = interface
Public Interface IRelationalValueBufferFactory
Remarks
See Implementation of database providers and extensions for more information.
Methods
Create(DbDataReader) |
Creates a value buffer for the given DbDataReader. |
Applies to
Entity Framework