Click or drag to resize
DataScopeAttach Method (IEntityCollectionCore)
Attaches the collection and all entities directly and indirectly reachable from this collection to the scope.

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 void Attach(
	IEntityCollectionCore toAttach
)

Parameters

toAttach
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
the collection to attach.
See Also