Search queries are not currently supported in a Distributed Unit of Work

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 IList<SearchResult> Search(
	string searchQuery,
	params Type[] types
)
Visual Basic (Declaration)
Public Function Search ( _
	searchQuery As String, _
	ParamArray types As Type() _
) As IList(Of SearchResult)

Parameters

searchQuery
Type: System..::.String
Ignored
types
Type: array< System..::.Type >[]()[]
Ignored

Return Value

Not supported

Implements

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

See Also