Click or drag to resize

MemoryBufferTable Constructor

Initializes a new instance of the MemoryBufferTable class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public MemoryBufferTable(
	string tableName,
	IDataSource dataSource = null
)

Parameters

tableName
Type: SystemString
Name of the table.
dataSource (Optional)
Type: Aloe.SystemFrameworks.Domain.DataAccessIDataSource
The data source, which will be used to load missing rows.
See Also