MemoryBufferRowCopyStateFrom Method |
Applies the
RowState of the specified row to the current row.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IBufferRow CopyStateFrom(
IBufferRow otherRow
)
Public Function CopyStateFrom (
otherRow As IBufferRow
) As IBufferRow
public:
virtual IBufferRow^ CopyStateFrom(
IBufferRow^ otherRow
) sealed
abstract CopyStateFrom :
otherRow : IBufferRow -> IBufferRow
override CopyStateFrom :
otherRow : IBufferRow -> IBufferRow
Parameters
- otherRow
- Type: Aloe.SystemFrameworks.Domain.DataAccessIBufferRow
The row from which to get the state.
Return Value
Type:
IBufferRow
The current row, with state changed.
Implements
IBufferRowCopyStateFrom(IBufferRow)
See Also