Click or drag to resize

ColumnDataAttributeTObject, TValueGetUntypedValueForRow Method

Gets the value of the attribute from any compatible buffer row

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual Object GetUntypedValueForRow(
	IBufferRow row,
	bool originalValue = false
)

Parameters

row
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The buffer row from which to read the attribute value
originalValue (Optional)
Type: SystemBoolean
if set to true returns the original value.

Return Value

Type: Object
The value of the attribute for the specified row
Exceptions
ExceptionCondition
ArgumentNullExceptionrow
Remarks
Can be useful for reading values from buffer rows when importing/copying data. The buffer row should have compatible (or the same) schema as the default, e.g. the value of the attribute should be readable.
See Also