Click or drag to resize

termQueryDocumentSetQuery Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Proper way to set query content

Namespace:  imbNLP.Data.semanticLexicon.term
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.26
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