Mindscape LightSpeed - User Reference & API Documentation
Find Method (query)
API ReferenceMindscape.LightSpeedIUnitOfWorkFind(Query)
Returns a list of Entity objects that match the provided Query specification.
Declaration Syntax
C#Visual Basic
IList<Entity> Find(
	Query query
)
Function Find ( _
	query As Query _
) As IList(Of Entity)
Parameters
query (Query)
The query.
Return Value
A list of Entity objects that match the provided Query specification.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)