Click or drag to resize
ContextAdd Method (IEntityCollectionCore)
Adds the specified collection to this context. All contained entities are added to the context as well, if they're not already in the / a context. This will make sure that any entity added to the entity collection will be added to this context as well.

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

Parameters

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