| EntityView2TEntityIEntityView2ToEntityCollection Method  | 
 
            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.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityCollection2 IEntityView2.ToEntityCollection()
Private Function ToEntityCollection As IEntityCollection2
	Implements IEntityView2.ToEntityCollection
Return Value
Type: 
IEntityCollection2New collection with all entities in this view
Implements
IEntityView2ToEntityCollection
See Also