Click or drag to resize

dataTableDataOperationsGetSumDataSet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the sum data set.

Namespace:  imbSCI.DataComplex.extensions.data.operations
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataSet GetSumDataSet(
	this IEnumerable<DataSet> datasets,
	string dataSetName = "dataset"
)
Request Example View Source

Parameters

datasets
Type: System.Collections.GenericIEnumerableDataSet
The datasets.
dataSetName (Optional)
Type: SystemString
Name of the data set.

Return Value

Type: DataSet

Usage Note

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