Mindscape LightSpeed - User Reference & API Documentation
Add Method (entity)
API ReferenceMindscape.LightSpeedRepositoryAdd(Entity)
Adds the specified entity to the Repository.
Declaration Syntax
C#Visual Basic
public static void Add(
	Entity entity
)
Public Shared Sub Add ( _
	entity As Entity _
)
Parameters
entity (Entity)
The entity to be added to the Repository.

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