Click or drag to resize

DataTableETLGetInversedDataTable Method (DataTable, String, String, String, String, Boolean)

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(
	DataTable table,
	string columnX,
	string columnY,
	string columnZ,
	string nullValue,
	bool sumValues
)
Request Example View Source

Parameters

table
Type: System.DataDataTable
Provided DataTable
columnX
Type: SystemString
X Axis Column
columnY
Type: SystemString
Y Axis Column
columnZ
Type: SystemString
Z Axis Column (values)
nullValue
Type: SystemString
null Values to be filled
sumValues
Type: SystemBoolean

Return Value

Type: DataTable
C# Pivot Table Method - Felipe Sabino
See Also