Table of Contents

TTMSFNCCloudCustomStellarDataStore.UpdateAllPromise Method

Updates all entities and returns a promise that resolves when the request completes.

API unit family: TMSFNCCloudStellarDataStore Declaring type: TTMSFNCCloudCustomStellarDataStore

Syntax

function UpdateAllPromise(AFieldValues: TStringList): IPromise<TVoid>;

Parameters

Name Description
AFieldValues Field names and values to apply.

Returns

A promise resolved after the update request completes.