Click or drag to resize

IBufferTableGetColumn Method

Finds a column by its name and returns it.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
IBufferColumn GetColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
The name of the column.

Return Value

Type: IBufferColumn
The column.
See Also