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
SyntaxObject this[
string columnName
] { get; set; }
Property Item (
columnName As String
) As Object
Get
Set
property Object^ Item[String^ columnName] {
Object^ get (String^ columnName);
void set (String^ columnName, Object^ value);
}
abstract Item : Object with get, set
Parameters
- columnName
- Type: SystemString
Name of the column.
Return Value
Type:
Object
See Also