Method GetString
GetString(int)
Gets the string result for the specified column.
public string GetString(int columnIndex)
Parameters
columnIndexintThe 0-based index of the column to query.
Returns
- string
The string result. Returns "" on an error.
GetString(string)
Gets the string result for the specified column.
public string GetString(string columnName)
Parameters
columnNamestringThe name of the column to fetch the result.
Returns
- string
The string result. Returns "" on an error.