Registers the specified entity as a pending insert.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public override void Add(
	Entity entity
)
Visual Basic (Declaration)
Public Overrides Sub Add ( _
	entity As Entity _
)

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity.

Implements

IUnitOfWork..::.Add(Entity)
IUnitOfWork..::.Add(Entity)

See Also