







![]() ![]() |
MySQL Connector/Net |
MySqlDataReader..::..GetValue Method |
MySqlDataReader Class See Also Send Feedback |
![]() |
Gets the value of the specified column in its native format.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
C# |
---|
public override Object GetValue( int i ) |
Visual Basic |
---|
Public Overrides Function GetValue ( _ i As Integer _ ) As Object |
Visual C++ |
---|
public: virtual Object^ GetValue( int i ) override |
Parameters
- i
- Type: System..::..Int32
Return Value
Implements
IDataRecord..::..GetValue(Int32)IDataRecord..::..GetValue(Int32)