Peforms a full text search across multiple entity types.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public abstract IList<SearchResult> Search(
	Query query,
	params Type[] types
)
Visual Basic (Declaration)
Public MustOverride Function Search ( _
	query As Query, _
	ParamArray types As Type() _
) As IList(Of SearchResult)

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query.
types
Type: array< System..::.Type >[]()[]
The types to be queried.

Return Value

A collection of SearchResult objects.

Implements

IUnitOfWork..::.Search(Query, array<Type>[]()[])

See Also