GetChar Method (Int32)

MySQL Connector/Net

Gets the value of the specified column as a single character.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override char GetChar(
	int i
)
Visual Basic (Declaration)
Public Overrides Function GetChar ( _
	i As Integer _
) As Char
Visual C++
public:
virtual wchar_t GetChar(
	int i
) override

Parameters

i
Type: System..::.Int32

Return Value

Implements

IDataRecord..::.GetChar(Int32)
IDataRecord..::.GetChar(Int32)

See Also