IBufferRowUpdateFrom Method |
Updates the columns values (excluding the primary key) of this row with the values of the specified row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxIBufferRow UpdateFrom(
IBufferRow otherRow
)
Function UpdateFrom (
otherRow As IBufferRow
) As IBufferRow
IBufferRow^ UpdateFrom(
IBufferRow^ otherRow
)
abstract UpdateFrom :
otherRow : IBufferRow -> IBufferRow
Parameters
- otherRow
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row from which to take the values.
Return Value
Type:
IBufferRowThe updated row.
See Also