Click or drag to resize
ECommerceHelperGetTableColumnSum Method
Returns sum of all values from the specified table column.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static double GetTableColumnSum(
	DataTable table,
	string column
)

Parameters

table
Type: System.DataDataTable
Table
column
Type: SystemString
Column name

Return Value

Type: Double
See Also