Click or drag to resize
DataScopeAttach Method (IEntityCore)
Attaches the specified entity and all entities reachable from this entity 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(
	IEntityCore toAttach
)

Parameters

toAttach
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity to attach.

Return Value

Type: 
the attached entity
See Also