MySqlDataReader.GetBoolean Method (String)

MySQL Connector/Net

MySqlDataReaderGetBoolean Method (String)
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
Syntax
public bool GetBoolean(
	string name
)
Public Function GetBoolean ( 
	name As String
) As Boolean
public:
bool GetBoolean(
	String^ name
)
member GetBoolean : 
        name : string -> bool 

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also