FireDAC.Comp.Client.TFDCustomSchemaAdapter.SavePoint
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomSchemaAdapter |
Delphi
property SavePoint: Int64 read GetSavePoint write SetSavePoint;
C++
__property __int64 SavePoint = {read=GetSavePoint, write=SetSavePoint};
Description
Returns current position in the changes log.
When assigned, then changes log returns to the state when the value was obtained.