ordinal property Null safety

int? ordinal
read / write

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;