TTMSFNCCloudStellarDataStoreEntity Class
Represents one row entity in a Stellar Data Store table.
API unit family: TMSFNCCloudStellarDataStore
Inherits from: TTMSFNCCloudDataStoreEntity
Syntax
TTMSFNCCloudStellarDataStoreEntity = class(TTMSFNCCloudDataStoreEntity)
Properties
| Name | Description |
|---|---|
| Blob | Gets a blob helper for the specified field name. |
| IntID | Gets the numeric entity identifier. |
| ValueAsString | Gets a field value converted to text. |
Methods
| Name | Description |
|---|---|
| Delete | Deletes the current entity from the service. |
| FromJSON | Loads entity values from a JSON object. |
| Insert | Inserts the current entity on the service. |
| Update | Updates the current entity on the service. |