EntityCollection Methods |
The EntityCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an entity to the collection.
| |
AddRange |
Adds an entity list to the end of the collection.
| |
Clear |
Removes all entities from the collection.
| |
Contains |
Determines whether an entity is in the collection.
| |
CopyTo |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IndexOf |
Searches for the specified entity and returns the zero-based index of the first occurrence within the entire collection.
| |
Insert |
Inserts an entity into the collection at the specified index.
| |
Remove(EntityObject) |
Removes the first occurrence of a specific entity from the collection
| |
Remove(IEnumerableEntityObject) |
Removes the first occurrence of a specific object from the collection
| |
RemoveAt |
Removes the entity at the specified index of the collection.
|