[]
Gets the value of the specified column as a string.
public override string GetString(int ordinal)
Public Overrides Function GetString(ordinal As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | ordinal | The zero-based column ordinal. |
| Type | Description |
|---|---|
| string | The value of the specified column. |