TTMSFNCCloudGoogleFireBaseObjectDatabase.InsertList Method
Inserts every object in the list as a new record, generating identifiers for items that do not yet have one.
API unit family: TMSFNCCloudGoogleFireBaseObject
Declaring type: TTMSFNCCloudGoogleFireBaseObjectDatabase
Inherited from: TTMSFNCCustomCloudGoogleFireBaseObjectDatabase
Syntax
procedure InsertList(AList: TTMSFNCCloudGoogleFireBaseObjectList);
Parameters
| Name | Description |
|---|---|
AList |
List of objects to insert. The call is ignored when the list is not assigned. |