ResultSet.getInt Method [AX 2012]

Retrieves the value of a column in the current row as an integer.

public int getInt(int ColumnID)

Run On

Called

Parameters

ColumnID
Type: int
The column ID.

Return Value

Type: int
The integer value of the column.

Community Additions

ADD
Show: