Click or drag to resize

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

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