Method GetValue
GetValue(int)
Gets a field's value in the current record.
object? GetValue(int index)
Parameters
indexintThe zero-based field index.
Returns
- object
The value, or null. A null merges as empty rather than failing.
Exceptions
- ArgumentOutOfRangeException
indexis out of range.- InvalidOperationException
No record is current.