[]
Gets the value of the specified column as an instance of object.
public override object GetValue(int ordinal)
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| object | The value of the specified column. |