Peforms a full text search across multiple entity types.
            
    Namespace: 
   Mindscape.LightSpeed.TestingAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public override IList<SearchResult> Search( Query query, params Type[] types ) | 
| Visual Basic (Declaration) | 
|---|
| Public Overrides 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.





