TTMSFNCCloudCustomStellarDataStore.UpdateTablePromise Method
Updates a table and returns a promise that resolves when the request completes.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudCustomStellarDataStore
Syntax
function UpdateTablePromise(ATable: TTMSFNCCloudStellarDataStoreTable): IPromise<TVoid>;
Parameters
| Name | Description |
|---|---|
ATable |
Table item containing the updated values. |
Returns
A promise resolved after the update request completes.