Click or drag to resize

DataTableBuildersbuildDataTable Method (Object, String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String)

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

Namespace:  imbSCI.DataComplex.extensions.data.schema
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable buildDataTable(
	this Object firstItem,
	string __dataTable,
	bool doInsertItem,
	bool doOnlyWithDisplayName,
	bool doInherited,
	PropertyCollectionExtended dictionary,
	params string[] fieldsOrCategoriesToShow
)
Request Example View Source

Parameters

firstItem
Type: SystemObject
The first item.
__dataTable
Type: SystemString
The data table.
doInsertItem
Type: SystemBoolean
if set to true [do insert item].
doOnlyWithDisplayName
Type: SystemBoolean
if set to true [do only with display name].
doInherited
Type: SystemBoolean
if set to true [do inherited].
dictionary
Type: imbSCI.Core.collectionPropertyCollectionExtended
The dictionary.
fieldsOrCategoriesToShow
Type: SystemString
The fields or categories to show.

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