MySqlDataReader.GetValue Method


Gets the value of the specified column in its native format.

Syntax: Visual Basic

NotOverridable Public Function GetValue( _
 ByVal i As Integer _
) As Object _
_
 Implements IDataRecord.GetValue

Syntax: C#

public object GetValue(
inti
);

Parameters

Return Value

Implements

IDataRecord.GetValue

See Also

MySqlDataReader Class, MySql.Data.MySqlClient Namespace

Retornar