EntityViewTEntityToEntityCollection Method |
Name | Description | |
---|---|---|
IEntityViewToEntityCollection |
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.
| |
IEntityViewToEntityCollection(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.
|