Click or drag to resize

IBufferTableCreateColumn Method

Creates new column in the MemoryBufferTable

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IBufferColumn CreateColumn(
	string columnName,
	Type dataType
)

Parameters

columnName
Type: SystemString
The name of the new column.
dataType
Type: SystemType
Type of the column values.

Return Value

Type: IBufferColumn
Exceptions
ExceptionCondition
InvalidOperationExceptionCannot add columns to BufferDataTable which has rows.
See Also