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