Click or drag to resize

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
Syntax
IBufferRow UpdateFrom(
	IBufferRow otherRow
)

Parameters

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

Return Value

Type: IBufferRow
The updated row.
See Also