Click or drag to resize

MemoryBufferRowUpdateFrom Method

Updates the columns values 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
Syntax
public IBufferRow UpdateFrom(
	IBufferRow otherRow
)

Parameters

otherRow
Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row from which to take the values.

Return Value

Type: IBufferRow
The current row, usable for call chaining.

Implements

IBufferRowUpdateFrom(IBufferRow)
See Also