Click or drag to resize

IDataTableBuilderbuildDataTableHorizontalT Method

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

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
DataTable buildDataTableHorizontal<T>(
	IEnumerable<T> itemsOfSameType
)
where T : IDataTableBuilder
Request Example View Source

Parameters

itemsOfSameType
Type: System.Collections.GenericIEnumerableT
Type of the items of same.

Type Parameters

T

Return Value

Type: DataTable
See Also