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