IEntityViewToEntityCollection 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.6.0.0 (5.6.19.0117)
Syntax IEntityCollection ToEntityCollection()
Function ToEntityCollection As IEntityCollection
Return Value
Type:
IEntityCollectionNew collection with all entities in this view
See Also