ObjectGraphUtilsProduceCollectionsPerTypeFromGraphTCollection Method (TCollection) | 
 
            Produces the collections per type from the graph specified
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Dictionary<Type, TCollection> ProduceCollectionsPerTypeFromGraph<TCollection>(
	TCollection collection
)
where TCollection : IEntityCollectionCore
Public Function ProduceCollectionsPerTypeFromGraph(Of TCollection As IEntityCollectionCore) ( 
	collection As TCollection
) As Dictionary(Of Type, TCollection)
Parameters
- collection
 - Type: TCollection
The collection of entities which form the start of the graph. 
Type Parameters
- TCollection
 
Return Value
Type: 
DictionaryType, 
TCollectionA dictionary with per type a new non-generic entity collection with all the entities of that type found in the graph
See Also