TTMSFNCCustomCloudCloudKit.Update Method
Updates an existing record in the database with the values of the supplied entity.
API unit family: TMSFNCCloudCloudKit
Declaring type: TTMSFNCCustomCloudCloudKit
Syntax
procedure Update(AEntity: TTMSFNCCloudDataStoreEntity); override;
Parameters
| Name | Description |
|---|---|
AEntity |
Record to persist; its identifier selects the stored record to update. |