Gets the sum of the values in the specified column in the collection, using the current query as a base.
| C# | Visual Basic | Visual 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 )