TTMSFNCCloudStellarDataStore.CreateTablePromise Method
Creates a named table and returns a promise that resolves when the request completes.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStore
Inherited from: TTMSFNCCloudCustomStellarDataStore
Syntax
function CreateTablePromise(ATableName: string): IPromise<TVoid>;
Parameters
| Name | Description |
|---|---|
ATableName |
Name of the table to create. |
Returns
A promise resolved after the create request completes.