Click or drag to resize

dataTableDataOperationsGetAggregatedTable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the aggregated table.

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

Parameters

tables
Type: System.Collections.GenericIEnumerableDataTable
The tables.
tablename (Optional)
Type: SystemString
The tablename.
aspect (Optional)
Type: imbSCI.Core.math.aggregationdataPointAggregationAspect
The aspect.
logger (Optional)
Type: imbSCI.Core.reportingILogBuilder
The logger.

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