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)
Syntax public Dictionary<Type, TCollection> ProduceCollectionsPerTypeFromGraph<TCollection>(
TCollection[] collections
)
where TCollection : IEntityCollectionCore
Public Function ProduceCollectionsPerTypeFromGraph(Of TCollection As IEntityCollectionCore) (
collections As TCollection()
) As Dictionary(Of Type, TCollection)
Parameters
- collections
- Type: TCollection
The collections to traverse.
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