Finds the specified query.

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 override IList<TEntity> Find<TEntity>(
	ProcedureQuery query
) where TEntity : Entity
Visual Basic (Declaration)
Public Overrides Function Find(Of TEntity As Entity) ( _
	query As ProcedureQuery _
) As IList(Of TEntity)

Type Parameters

TEntity
The type of the entity.

Return Value

The results of the query.

See Also