ordinal property

int? ordinal
getter/setter pair

ordinal is the column index using base 1 An ordinal of 0 means that we are treating the entire line as a single column.

Implementation

int? ordinal;