MySQL Connector/Net
MySqlDataReaderGetBoolean Method (Int32) |
Gets the value of the specified column as a Boolean.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool GetBoolean( int i )
Public Overrides Function GetBoolean ( i As Integer ) As Boolean
public: virtual bool GetBoolean( int i ) override
abstract GetBoolean : i : int -> bool override GetBoolean : i : int -> bool
Parameters
- i
- Type: SystemInt32
Return Value
Type: BooleanImplements
IDataRecordGetBoolean(Int32)IDataRecordGetBoolean(Int32)
