ResultSet.getInt(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value of a column in the current row as an integer.
public:
virtual int getInt(int _ColumnID);
public virtual int getInt (int _ColumnID);
abstract member getInt : int -> int
override this.getInt : int -> int
Public Overridable Function getInt (_ColumnID As Integer) As Integer
Parameters
- _ColumnID
- Int32
The column ID.
Returns
The integer value of the column.