Click or drag to resize
ECommerceHelperGetTableColumnSum Method

Note: This API is now obsolete.

Returns sum of all values from the specified table column.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public static decimal GetTableColumnSum(
	DataTable table,
	string column
)

Parameters

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

Return Value

Type: Decimal
See Also