ResultSet.getBoolean(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 Boolean value of a column in the current row.
public:
virtual bool getBoolean(int _ColumnID);
public virtual bool getBoolean (int _ColumnID);
abstract member getBoolean : int -> bool
override this.getBoolean : int -> bool
Public Overridable Function getBoolean (_ColumnID As Integer) As Boolean
Parameters
- _ColumnID
- Int32
The column ID.
Returns
The value of a column in the current row.