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 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
Ignored
types
Type: array< System..::.Type >[]()[]
Ignored

Return Value

Not supported

Implements

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

See Also