The Ordinal property specifies the ordinal position of a column in a table or result set.
| Column Object |
object.Ordinal [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Ordinal position of a column |
Long
Read/write
HRESULT GetOrdinal(LONG *pRetVal);
HRESULT SetOrdinal(LONG NewValue);