MySQL Connector/Net |
MySqlDataReader..::.GetBoolean Method (String) |
MySqlDataReader Class See Also Send Feedback |
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 bool GetBoolean( string name ) |
Visual Basic (Declaration) |
---|
Public Function GetBoolean ( _ name As String _ ) As Boolean |
Visual C++ |
---|
public: bool GetBoolean( String^ name ) |
Parameters
- name
- Type: System..::.String