IBufferRowItem Property (IBufferColumn) |
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
SyntaxObject this[
IBufferColumn column
] { get; set; }
Property Item (
column As IBufferColumn
) As Object
Get
Set
property Object^ Item[IBufferColumn^ column] {
Object^ get (IBufferColumn^ column);
void set (IBufferColumn^ column, Object^ value);
}
abstract Item : Object with get, set
Parameters
- column
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferColumn
The column to get or set.
Return Value
Type:
Object
See Also