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

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(
	IEntityCollection toAdd
)

Parameters

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