Click or drag to resize
WorkDataCollectorAdd Method (IEntityCollectionCore)
Adds the specified collection with entities as work to delete. All entities in the graph added which are on the FK sides of relationships are deleted. (so which are depending entities on entities also in the graph contained by toAdd)

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 WorkDataCollector Add(
	IEntityCollectionCore toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
To add.

Return Value

Type: WorkDataCollector
See Also