TTMSFNCCloudCustomStellarDataStore.Insert Method
Inserts an entity from a list of field values.
API unit family: TMSFNCCloudStellarDataStore
Declaring type: TTMSFNCCloudCustomStellarDataStore
Overloads
Overload 1
Inserts an entity from a list of field values.
procedure Insert(AValues: TStringList); overload; override;
Parameters
| Name | Description |
|---|---|
AValues |
String list containing field names and values to insert. |
Overload 2
Inserts the specified entity.
procedure Insert(AEntity: TTMSFNCCloudStellarDataStoreEntity); overload;
Parameters
| Name | Description |
|---|---|
AEntity |
Entity containing the values to insert. |
Overload 3
Inserts all entities in the specified collection.
procedure Insert(AEntities: TTMSFNCCloudStellarDataStoreEntities); overload;
Parameters
| Name | Description |
|---|---|
AEntities |
Entity collection containing the rows to insert. |