Click or drag to resize
PersistenceCoreMergeManyToManySets Method
Merges the entities fetched in currentElement.RetrievalCollection with the rootEntities for a many to many relation

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 static void MergeManyToManySets(
	IPrefetchPathElementCore currentElement,
	IEntityCollectionCore rootEntities,
	Func<QueryParameters, List<Object[]>> fetchDataTableFunc,
	QueryParameters parametersToUse
)

Parameters

currentElement
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
Current element.
rootEntities
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
Root entities.
fetchDataTableFunc
Type: SystemFuncQueryParameters, ListObject
The fetch data table func.
parametersToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters to use.
See Also