Table of Contents

TTMSFNCCloudStellarDataStoreMetaData.Add Method

Adds an empty metadata item.

API unit family: TMSFNCCloudStellarDataStore Declaring type: TTMSFNCCloudStellarDataStoreMetaData

Overloads

Overload 1

Adds an empty metadata item.

function Add: TTMSFNCCloudStellarDataStoreMetaDataItem; overload;

Returns

The newly created metadata item.

Overload 2

Adds a metadata item for a table field.

function Add(PropertyName: string; DataType: TFieldType; Size: integer = 0): TTMSFNCCloudStellarDataStoreMetaDataItem; overload;

Parameters

Name Description
PropertyName Name of the field to create.
DataType Data type of the field.
Size Optional size for text fields. The default is 0.

Returns

The newly created metadata item.