Click or drag to resize
EntityView2TEntityToEntityCollection Method
Overload List
  NameDescription
Explicit interface implementationPrivate methodIEntityView2ToEntityCollection
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 methodIEntityView2ToEntityCollection(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