IEnumerable ReadOnlyDataTableAdapter.GetRow(Int32 param1)

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.

Parameters

  • param1
    Type: Int32

Return Value

Type: IEnumerable