Click or drag to resize

IWeightTableSetGetDataSet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the data set with all tables made for each document contained. Optionally creates aggregate table as the first table in the dataset.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
DataSet GetDataSet(
	bool includeAggregateTable = false
)
Request Example View Source

Parameters

includeAggregateTable (Optional)
Type: SystemBoolean
if set to true [include aggregate table].

Return Value

Type: DataSet
See Also