Click or drag to resize

dataTableDataOperationsGetSumTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates summary table by summing all matching cells of Int32 and Double

Namespace:  imbSCI.DataComplex.extensions.data.operations
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable GetSumTable(
	this IEnumerable<DataTable> tables,
	string tablename = "summary"
)
Request Example View Source

Parameters

tables
Type: System.Collections.GenericIEnumerableDataTable
The tables.
tablename (Optional)
Type: SystemString

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