Click or drag to resize

rangeFinderForDataTableprepareForTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Prepares for the table shema -- later can be used with other data tables with the same shema

Namespace:  imbSCI.Core.math.range.finder
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void prepareForTable(
	DataTable targetTable,
	string _keyDataColumn = null
)
Request Example View Source

Parameters

targetTable
Type: System.DataDataTable
The target table.
_keyDataColumn (Optional)
Type: SystemString
See Also