Share via


ResultSet.getDate Method

Retrieves the value of a column in the current row as an Microsoft Dynamics AXdate value.

Syntax

public date getDate(int ColumnID)

Run On

Called

Parameters

  • ColumnID
    Type: int
    The ID of the column.

Return Value

Type: date
The date.

See Also

Reference

ResultSet Class