Click or drag to resize

IdataUnitSeriesbuildCustomDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the custom data table.

Namespace:  imbSCI.DataComplex.data.dataUnits.core
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
DataTable buildCustomDataTable(
	IEnumerable instance_items,
	dataUnitPresenter presenter,
	bool isPreviewTable
)
Request Example View Source

Parameters

instance_items
Type: System.CollectionsIEnumerable
The instance items.
presenter
Type: imbSCI.DataComplex.data.dataUnits.coredataUnitPresenter
The presenter.
isPreviewTable
Type: SystemBoolean
if set to true [is preview table].

Return Value

Type: DataTable
See Also