Click or drag to resize

PropertyDataStructureToolsBuildDataTableHorizontal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builds the data table using reflection and selected columns. Supports formating instruction, expression and other advanced atributes

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable BuildDataTableHorizontal(
	this IEnumerable items,
	string title,
	string description,
	PropertyEntryColumn extraColumn,
	string[] columns
)
Request Example View Source

Parameters

items
Type: System.CollectionsIEnumerable
The items.
title
Type: SystemString
The title.
description
Type: SystemString
The description.
extraColumn
Type: imbSCI.Core.collectionPropertyEntryColumn
columns
Type: SystemString
The columns.

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 IEnumerable. 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