ResultSet.getString Method [AX 2012]

Gets the string value of a column in the current row.

public str getString(int ColumnID)

Run On

Called

Parameters

ColumnID
Type: int
The column ID.

Return Value

Type: str
The string value of the column.

Community Additions

ADD
Show: