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

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