Click or drag to resize
ObjectGraphUtils.ProduceCollectionsPerTypeFromGraph<TCollection> 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.0.0.0 (5.0.0)
Syntax
public Dictionary<Type, TCollection> ProduceCollectionsPerTypeFromGraph<TCollection>(
	TCollection[] collections
)
where TCollection : IEntityCollectionCore

Parameters

collections
Type:TCollection[]
The collections to traverse.

Type Parameters

TCollection

Return Value

Type: Dictionary<Type, 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