







![]() ![]() |
MySQL Connector/Net |
MySqlDataReader..::..GetChar Method (String) |
MySqlDataReader Class See Also Send Feedback |
![]() |
Gets the value of the specified column as a single character.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public char GetChar( string name ) |
Visual Basic |
---|
Public Function GetChar ( _ name As String _ ) As Char |
Visual C++ |
---|
public: wchar_t GetChar( String^ name ) |
Parameters
- name
- Type: System..::..String