Method GetValue
GetValue(int)
Gets a value of the current row.
public abstract object? GetValue(int ordinal)
Parameters
Returns
- object
The value, or null.
Gets a value of the current row.
public abstract object? GetValue(int ordinal)
The value, or null.