TTMSFNCCloudCustomStellarDataStore.DeleteTable Method
Deletes a table by identifier.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudCustomStellarDataStore
Overloads
Overload 1
Deletes a table by identifier.
procedure DeleteTable(AID: Int64); overload;
Parameters
| Name | Description |
|---|---|
AID |
Identifier of the table to delete. |
Overload 2
Deletes the specified table.
procedure DeleteTable(ATable: TTMSFNCCloudStellarDataStoreTable);
Parameters
| Name | Description |
|---|---|
ATable |
Table item to delete. |