ResultSet.getBoolean Method [AX 2012]

Retrieves the Boolean value of a column in the current row.

public boolean getBoolean(int ColumnID)

Run On

Called

Parameters

ColumnID
Type: int
The column ID.

Return Value

Type: boolean
The value of a column in the current row.

Community Additions

ADD
Show: