MySqlDataReader.GetValue Method

MySQL Connector/Net

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

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override Object GetValue(
	int i
)
Public Overrides Function GetValue ( 
	i As Integer
) As Object
public:
virtual Object^ GetValue(
	int i
) override
abstract GetValue : 
        i : int -> Object 
override GetValue : 
        i : int -> Object 

Parameters

i
Type: SystemInt32

Return Value

Type: Object

Implements

IDataRecordGetValue(Int32)
IDataRecordGetValue(Int32)
See Also