Click or drag to resize

MemoryBufferRowAcceptChanges Method

Commits all changes to the row data since the last call to AcceptChanges. Copies all current values to the original values.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IBufferRow AcceptChanges()

Return Value

Type: IBufferRow
The current row. Usable for call chaining.

Implements

IBufferRowAcceptChanges
See Also