Search queries are not currently supported in a Distributed Unit of Work
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: 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 supportedImplements
IUnitOfWork..::.Search(Query, array<Type>[]()[])IUnitOfWork..::.Search(Query, array<Type>[]()[])