The ResultSetColumn structure describes a column within a result set. A column can have any of the following types, as defined by the dataType property:
- dataType
The optional data type of the column
- name
The name of the column
- position
The 1-based position of the column, as defined by the driver of underlying data provider