Method GetString
GetString(string)
Gets the specified string value.
public string? GetString(string columnName)
Parameters
columnNamestringThe name/label of the column to query.
Returns
- string
The associated value. null if no value is set.
GetString(int)
Gets the specified string value.
public string? GetString(int columnIndex)
Parameters
columnIndexintThe index of the column to query.
Returns
- string
The associated value. null if no value is set.