| 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
Syntaxpublic IBufferRow AcceptChanges()
Public Function AcceptChanges As IBufferRow
public:
virtual IBufferRow^ AcceptChanges() sealed
abstract AcceptChanges : unit -> IBufferRow 
override AcceptChanges : unit -> IBufferRow 
Return Value
Type: 
IBufferRowThe current row. Usable for call chaining.
Implements
IBufferRowAcceptChanges See Also
See Also