Finds a collection of entities based on a type of entity.

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 IList<Entity> Find(
	Type entityType
)
Visual Basic (Declaration)
Public Function Find ( _
	entityType As Type _
) As IList(Of Entity)

Parameters

entityType
Type: System..::.Type
The entity type.

Return Value

A collection of entities of a given type.

Implements

IUnitOfWork..::.Find(Type)

See Also