GetChar Method (Int32)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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 override char GetChar(
	int i
)
Visual Basic
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