Finds a collection of entities based on a type of entity.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: 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.