Click or drag to resize

PropertyCollectionExtendedgetDataTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the data table with columns specified - order of columns as specified

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public DataTable getDataTable(
	params PropertyEntryColumn[] columns
)
Request Example View Source

Parameters

columns
Type: imbSCI.Core.collectionPropertyEntryColumn
The columns.

Return Value

Type: DataTable
See Also