GetBoolean Method (Int32)

MySQL Connector/Net

Gets the value of the specified column as a Boolean.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override bool GetBoolean(
	int i
)
Visual Basic (Declaration)
Public Overrides Function GetBoolean ( _
	i As Integer _
) As Boolean
Visual C++
public:
virtual bool GetBoolean(
	int i
) override

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetBoolean(Int32)
IDataRecord..::.GetBoolean(Int32)

See Also