Click or drag to resize

PropertyDataStructureToolsBuildDataTableHorDictionaryTKey, T Method

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

Namespace:  imbSCI.DataComplex.extensions.data
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable BuildDataTableHorDictionary<TKey, T>(
	this IDictionary<TKey, T> itemKeys,
	string valuePath,
	string KeyCaption,
	PropertyEntryColumn extraColumn,
	string[] columns
)
Request Example View Source

Parameters

itemKeys
Type: System.Collections.GenericIDictionaryTKey, T
The item keys.
valuePath
Type: SystemString
KeyCaption
Type: SystemString
extraColumn
Type: imbSCI.Core.collectionPropertyEntryColumn
columns
Type: SystemString
The columns.

Type Parameters

TKey
The type of the key.
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 IDictionaryTKey, T. 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