| EntityView2TEntityToEntityCollection 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic EntityCollectionBase2<TEntity> ToEntityCollection()
Public Function ToEntityCollection As EntityCollectionBase2(Of TEntity)
Return Value
Type: 
EntityCollectionBase2TEntityNew collection with all entities in this view
See Also