Returns a list of Entity objects that
match the provided Query specification. Places the
results into the provided collection.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public override void Find( Query query, IList results ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub Find ( _ query As Query, _ results As IList _ ) |
Parameters
- query
- Type: Mindscape.LightSpeed.Querying..::.Query
The query.
- results
- Type: System.Collections..::.IList
The collection where the results are placed.
Implements
IUnitOfWork..::.Find(Query, IList)IUnitOfWork..::.Find(Query, IList)