MemoryBufferGetChanges Method |
Gets the changes since the last AcceptChanges.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic override IBuffer GetChanges()
Public Overrides Function GetChanges As IBuffer
public:
virtual IBuffer^ GetChanges() override
abstract GetChanges : unit -> IBuffer
override GetChanges : unit -> IBuffer
Return Value
Type:
IBuffer
IDataBuffer containing only the changed tables and rows.
Implements
IBufferGetChanges
Exceptions
See Also