Click or drag to resize

DataBuffer Constructor (IMetadataProvider, IDataSource)

Initializes a new instance of the DataBuffer class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DataBuffer(
	IMetadataProvider metadataProvider,
	IDataSource dataSource
)

Parameters

metadataProvider
Type: Aloe.SystemFrameworks.Domain.DataAccessIMetadataProvider
The metadata provider, used to create missing tables.
dataSource
Type: Aloe.SystemFrameworks.Domain.DataAccessIDataSource
The data source, used to load missing rows.
See Also