TDADelta
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
The TDADelta class represents a set of changes to be transmitted between client and server. This can be client-side changes that are pending to be applied to the server database, or server-side changes that are being propagated back to the client.
This class is usually access through the IDADelta interface.
File
uDADelta
Declaration
TDADelta = class(TDAEngineBaseObject, IDADelta, IDADataReader);
Hierarchy
- TDAEngineBaseObject
- TDADelta
Properties
| | | |
|---|---|---|
| Changes | TDADeltaChange | Provides access to all the individual changes contained in the delta. The indexer is zero-based and the number of elements is indicated by the Count property. |
| Count | Integer | Indicates the number of Changes contained within the delta. |
| KeyFieldCount | Integer | Returns the number of fields that comprise the key for this delta. |
| KeyFieldNames | String | Lists the names of the fields that comprise the key for this delta. The indexer is zero-based and the number of elements is indicated by the KeyFieldCount property. |
| LoggedFieldCount | Integer | Indicates the number of fields that comprise the data for this delta. |
| LoggedFieldNames | String | Holds the names of the fields that comprise the data for this delta. The indexer is zero-based and the number of elements is indicated by the LoggedFieldCount property. |
| LoggedFieldTypes | TDADataType | Lists the data types of the fields that comprise the data for this delta. The indexer is zero-based and the number of elements is indicated by the LoggedFieldCount property. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | Delphi
