BizBlox
Sum Method (table, column, columnType)
Namespacespixolut.BizBloxDOCollectionSum(DataObject, Enum, DBColumnType)
BizBlox
Gets the sum of the values in the specified column in the collection, using the current query as a base.
Declaration Syntax
C#Visual BasicVisual C++
public double Sum(
	DataObject table,
	Enum column,
	DBColumnType columnType
)
Public Function Sum ( _
	table As DataObject, _
	column As Enum, _
	columnType As DBColumnType _
) As Double
public:
double Sum(
	DataObject^ table, 
	Enum^ column, 
	DBColumnType columnType
)
Parameters
table (DataObject)
column (Enum)
columnType (DBColumnType)
Remarks

Assembly: pixolut.BizBlox (Module: pixolut.BizBlox) Version: 1.8.5.0