Table of Contents

TTMSFNCCloudStellarDataStore.Update Method

Updates an entity on the service.

API unit family: TMSFNCCloudStellarDataStore Declaring type: TTMSFNCCloudStellarDataStore Inherited from: TTMSFNCCloudCustomStellarDataStore

Overloads

Overload 1

Updates an entity on the service.

procedure Update(AEntity: TTMSFNCCloudDataStoreEntity); overload; override;

Parameters

Name Description
AEntity Entity containing the identifier and updated field values.

Overload 2

Updates multiple entities with the same field values.

procedure Update(AIDList, AFieldValues: TStringList); overload;

Parameters

Name Description
AIDList List of entity identifiers to update.
AFieldValues Field names and values to apply to each entity.