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.6.0.0 (5.6.19.0117)
Syntax protected void Attach(
IEntityCore toAttach
)
Protected Sub Attach (
toAttach As IEntityCore
)
Parameters
- toAttach
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
the entity to attach.
Return Value
Type:
the attached entity
See Also