Finds a collection of Entities that satisfy the specified
Query.

Declaration Syntax
public static IList<TEntity> Find<TEntity>(
Query query
) where TEntity : Entity
Public Shared Function Find(Of TEntity As Entity) ( _
query As Query _
) As IList(Of TEntity)

Generic Template Parameters

Parameters

Return Value
A collection of Entities that satisfy the specified
QueryAssembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)