Share via


ResultSet.getBoolean(Int32) Method

Definition

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.

Applies to