IRelationalValueBufferFactory Interface

Definition

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