Click or drag to resize

BufferColumn Constructor

Initializes a new instance of the BufferColumn class.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public BufferColumn(
	string name,
	Type dataType
)

Parameters

name
Type: SystemString
The name of the column.
dataType
Type: SystemType
Type of the values, stored in the data column.
See Also