GetLong Method (ActiveDataRow)

Class

ActiveDataRow.

Action

Gets the integer value of a column.

Syntax

GetLong (columnIndex)
or
GetLong (columnName)
Variable Description
columnIndex The index of the column (1-based). Integer.
columnName The name of the column. String.