Click or drag to resize

IDataUnitbuildCustomDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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
presenter
Type: imbSCI.DataComplex.data.dataUnits.coredataUnitPresenter
isPreviewTable
Type: SystemBoolean

Return Value

Type: DataTable
See Also