| IEntityView2ToEntityCollection Method | 
| Name | Description | |
|---|---|---|
| ToEntityCollection | 
            Copies all entities in this view to a new entity collection and returns that collection. The returned collection is of
            the same type as the related collection. Entities aren't copied, just references to the entities.
              | |
| ToEntityCollection(Int32) | 
            Copies all entities starting at startIndex in this view to a new entity collection and returns that collection. The returned collection is of
            the same type as the related collection. Entities aren't copied, just references to the entities.
              |