Click or drag to resize

weightTableCompiledGetDataTableClean Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public DataTable GetDataTableClean(
	string tableName = "",
	DataSet ds = null,
	bool onlyTermAndFreq = false
)
Request Example View Source

Parameters

tableName (Optional)
Type: SystemString
ds (Optional)
Type: System.DataDataSet
onlyTermAndFreq (Optional)
Type: SystemBoolean

Return Value

Type: DataTable

Implements

IWeightTableGetDataTableClean(String, DataSet, Boolean)
See Also