Mindscape LightSpeed - User Reference & API Documentation
Attach Method (entity)
API ReferenceMindscape.LightSpeedIUnitOfWorkAttach(Entity)
Attaches the specified Entity to the current unit of work.
Declaration Syntax
C#Visual Basic
void Attach(
	Entity entity
)
Sub Attach ( _
	entity As Entity _
)
Parameters
entity (Entity)
The Entity to attach.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)