Click or drag to resize

DataTableETLGetInversedDataTable Method (DataTable, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a Inverted DataTable

Namespace:  imbSCI.DataComplex.extensions.data.operations
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable GetInversedDataTable(
	this DataTable table,
	string columnX,
	params string[] columnsToIgnore
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
DataTable do invert
columnX
Type: SystemString
X Axis Column
columnsToIgnore
Type: SystemString
Columns that should be ignored in the pivot process (X Axis column is ignored by default)

Return Value

Type: DataTable
C# Pivot Table Method - Felipe Sabino

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. 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