IBufferRowItem 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
SyntaxObject this[
int columnIndex
] { get; }
ReadOnly Property Item (
columnIndex As Integer
) As Object
Get
property Object^ Item[int columnIndex] {
Object^ get (int columnIndex);
}
abstract Item : Object with get
Parameters
- columnIndex
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
ObjectThe value of the column with the specified index.
See Also