IEnumerable
IReadOnlyDataTable
.GetRow(Int32 rowIndex)
Returns an enumerable to iterate over the values in a row.
Remarks
No exception should be thrown if the table contains ragged columns; instead,
should return `null` for columns that are shorter than the requested index.
Examples
Parameters
rowIndex
Type: Int32
The row index.
Return Value
Type: IEnumerable
An enumerable of the row values.