Click or drag to resize
ContextOnAddCollectionComplete Method (IEntityCollection2)
Called at the end of Add(IEntityCollection2)

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 virtual void OnAddCollectionComplete(
	IEntityCollection2 toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
To add.
See Also