Click or drag to resize

MemoryBufferRowItem Property (Int32)

Gets the value of the column with the specified index.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Object this[
	int columnIndex
] { get; }

Parameters

columnIndex
Type: SystemInt32
The zero-based index of the column.

Return Value

Type: Object
The value of the column with the specified index.

Implements

IBufferRowItemInt32
See Also