ResultSet.getString Method

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

Syntax

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.

See Also

Reference

ResultSet Class