Click or drag to resize
DataAccessAdapterCoreMergeManyToManyAsync 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
protected Task MergeManyToManyAsync(
	IPrefetchPathElement2 currentElement,
	QueryParameters parameters,
	IEntityCollection2 rootEntities,
	CancellationToken cancellationToken
)

Parameters

currentElement
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElement2
Current element.
parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters.
rootEntities
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
Root entities.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
See Also