| |
| Name | Returns | Description |
|---|---|---|
| Append | Appends a new Relation to the collection. | |
| Delete | Deletes a Relation from the collection. | |
| Refresh | Updates the objects in the collection. |
| Name | Returns | Description |
|---|---|---|
| Count | Integer | Indicates the number of Relation objects in the collection Read-only.. |
| Item | Relation | Allows indexing into the collection to reference a specific object. This is the default property and can therefore be omitted. Read-only. |
| |