MemoryBufferRowItem Property (String, RowVersion) |
Gets the value of the specified version of the specified column.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Object this[
string columnName,
RowVersion version
] { get; }
Public ReadOnly Property Item (
columnName As String,
version As RowVersion
) As Object
Get
public:
virtual property Object^ Item[String^ columnName, RowVersion^ version] {
Object^ get (String^ columnName, RowVersion^ version) sealed;
}
abstract Item : Object with get
override Item : Object with get
Parameters
- columnName
- Type: SystemString
Name of the column. - version
- Type: Aloe.SystemFrameworks.Domain.DataAccessRowVersion
The version of the value to retrieve.
Return Value
Type:
ObjectImplements
IBufferRowItemString, RowVersion
See Also