Click or drag to resize

DataAccessFilterDataAttributeTObjectGetUntypedValueForRow Method

Gets the value of the attribute from any compatible buffer row

Namespace:  Aloe.EnterpriseOne.Model.Core.DataAttributes
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override 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
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