DataScopeAttach Method (IEntityCore) |
Attaches the specified entity and all entities reachable from this entity to the scope.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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