Enum TableTraversalDirection
The possible directions to use for reading a table.
public enum TableTraversalDirection
Fields
ColumnByColumn = 1Specifies that data in the table should be read column by column.
Indeterminate = 2Specifies that the best way to present the data is indeterminate.
RowByRow = 0Specifies that data in the table should be read row by row.