Click or drag to resize

termQueryDocumentSetQuery Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Proper way to set query content

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
public void SetQuery(
	string __querySource,
	int expansionSteps,
	ILogBuilder response = null
)

Parameters

__querySource
Type: SystemString
The query source.
expansionSteps
Type: SystemInt32
The expansion steps.
response (Optional)
Type: ILogBuilder
The response.
See Also