Click or drag to resize

IBufferRowItem Property (String, RowVersion)

Gets the value of the specified version of the specifed column.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
Object this[
	string columnName,
	RowVersion version
] { 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: Object
See Also