MySqlDataReader.GetChar Method (Int32)

MySQL Connector/Net

MySqlDataReaderGetChar Method (Int32)
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
Syntax
public override char GetChar(
	int i
)
Public Overrides Function GetChar ( 
	i As Integer
) As Char
public:
virtual wchar_t GetChar(
	int i
) override
abstract GetChar : 
        i : int -> char 
override GetChar : 
        i : int -> char 

Parameters

i
Type: SystemInt32

Return Value

Type: Char

Implements

IDataRecordGetChar(Int32)
IDataRecordGetChar(Int32)
See Also