| 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
Syntaxpublic IBufferRow UpdateFrom(
	IBufferRow otherRow
)
Public Function UpdateFrom ( 
	otherRow As IBufferRow
) As IBufferRow
public:
virtual IBufferRow^ UpdateFrom(
	IBufferRow^ otherRow
) sealed
abstract UpdateFrom : 
        otherRow : IBufferRow -> IBufferRow 
override UpdateFrom : 
        otherRow : IBufferRow -> IBufferRow Parameters
- otherRow
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
 The row from which to take the values.
Return Value
Type: 
IBufferRowThe current row, usable for call chaining.
Implements
IBufferRowUpdateFrom(IBufferRow) See Also
See Also