Mindscape LightSpeed - User Reference & API Documentation
Attach Method (entity)
API Reference
►
Mindscape.LightSpeed
►
IUnitOfWork
►
Attach(Entity)
C#
Visual Basic
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)