Click or drag to resize
EntityViewTEntityToEntityCollection Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityViewToEntityCollection
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.
Explicit interface implementationPrivate methodIEntityViewToEntityCollection(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.
Top
See Also