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
SyntaxIBufferRow AcceptChanges()
Function AcceptChanges As IBufferRow
IBufferRow^ AcceptChanges()
abstract AcceptChanges : unit -> IBufferRow
Return Value
Type:
IBufferRowThe current row. Usable for call chaining.
See Also