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
Syntaxpublic Object this[
int columnIndex
] { get; }
Public ReadOnly Property Item (
columnIndex As Integer
) As Object
Get
public:
virtual property Object^ Item[int columnIndex] {
Object^ get (int columnIndex) sealed;
}
abstract Item : Object with get
override 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.
Implements
IBufferRowItemInt32
See Also