Click or drag to resize

PropertyDataStructureToolsBuildDataTableHorT Method (T, PropertyEntryColumn, String)

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

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable BuildDataTableHor<T>(
	this T items,
	PropertyEntryColumn extraColumn,
	params string[] columns
)
where T : IEnumerable, IObjectWithNameAndDescription
Request Example View Source

Parameters

items
Type: T
The items.
extraColumn
Type: imbSCI.Core.collectionPropertyEntryColumn
The extra column.
columns
Type: SystemString
The columns.

Type Parameters

T

Return Value

Type: DataTable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also