Click or drag to resize

MemoryBufferTableCreateColumn 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
public 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
The newly created column.

Implements

IBufferTableCreateColumn(String, Type)
Exceptions
ExceptionCondition
InvalidOperationExceptionCannot add columns to BufferDataTable which has rows.
See Also