Click or drag to resize

performanceBaseTLoadDataTable Method (DataTable, Boolean)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Loads the data table.

Namespace:  imbACE.Core.data.measurement
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public virtual void LoadDataTable(
	DataTable input,
	bool removeCurrent = true
)
Request Example View Source

Parameters

input
Type: System.DataDataTable
The input.
removeCurrent (Optional)
Type: SystemBoolean
if set to true [remove current].

Implements

IPerformanceTaker.LoadDataTable(DataTable, Boolean)
See Also