Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Dictionary<Type, TCollection> ProduceCollectionsPerTypeFromGraph<TCollection>(
	TCollection collection
)
where TCollection : IEntityCollectionCore

Parameters

collection
Type: TCollection
The collection of entities which form the start of the graph.

Type Parameters

TCollection

Return Value

Type: DictionaryType, TCollection
A dictionary with per type a new non-generic entity collection with all the entities of that type found in the graph
See Also