Click or drag to resize

IBufferRowAcceptChanges Method

Commits all changes to the row data since the last call to AcceptChanges and reverts all values to the original ones.

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

Return Value

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