Click or drag to resize

IBufferRowItem Property (String)

Gets or sets the value of the specified column.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: Object
See Also