MySQL Connector/Net
MySqlDataReaderGetChar Method (String) |
Gets the value of the specified column as a single character.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public char GetChar( string name )
Public Function GetChar ( name As String ) As Char
public: wchar_t GetChar( String^ name )
member GetChar : name : string -> char
Parameters
- name
- Type: SystemString
Return Value
Type: Char