The Collection is a collection of Entity objects. The Collection
represents zero or more records from a database table, each record is associated with an
Entity object within the collection. When you insert/update/delete an
Entity that is part of a Collection, then you must call Save on the
collection, otherwise an Exception will be thrown. The Collection Load
methods return false if zero rows are loaded, otherwise true.