StringEnumDataAttributeTObject, TEnumSetUntypedValueForRowCore Method |
Sets the value of the attribute for any compatible buffer row
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override void SetUntypedValueForRowCore(
IBufferRow row,
Object newValue
)
Public Overrides Sub SetUntypedValueForRowCore (
row As IBufferRow,
newValue As Object
)
public:
virtual void SetUntypedValueForRowCore(
IBufferRow^ row,
Object^ newValue
) override
abstract SetUntypedValueForRowCore :
row : IBufferRow *
newValue : Object -> unit
override SetUntypedValueForRowCore :
row : IBufferRow *
newValue : Object -> unit
Parameters
- row
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row in which to write the new value - newValue
- Type: SystemObject
The new value of the attribute
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 writable.
See Also