Performs a FindAll operation for the specified entity type.

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 List<Entity> FindAll(
	string typename
)
Visual Basic (Declaration)
Public Function FindAll ( _
	typename As String _
) As List(Of Entity)

Parameters

typename
Type: System..::.String
The fully qualified type for which to perform the FindAll operation.

Return Value

The set of all entities of the requested type.

Implements

IDistributedUnitOfWorkContract..::.FindAll(String)

See Also