TTMSFNCCloudStellarDataStoreMetaDataItem.FromJSONInt Method
Loads metadata values from a JSON object and assigns a table name.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudStellarDataStoreMetaDataItem
Syntax
procedure FromJSONInt(jo: TJSONValue; ATableName: string);
Parameters
| Name | Description |
|---|---|
jo |
JSON value containing field metadata. |
ATableName |
Name of the table that owns the field. |