| Property | Description |
| Count | Long - the number of items in the collection |
| Key (Data) | String - key value for the specified data string. An error is generated if the data item does not exist. |
The collection methods provide the means to add and delete objects from the collection, and load a complete collection from the database tables.
| Method | Description |
| Add(Data, Key) | Adds the data string to the collection with the specified key string. |
| Clear | Removes all objects from the collection. |