public ushort GetUInt16(
intindex
);
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.30.
Syntax: Visual Basic
Public Function GetUInt32( _
ByVal index As Integer _
) As UInt32
Syntax: C#
public uint GetUInt32(
intindex
);
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.31.
Syntax: Visual Basic
Public Function GetUInt64( _
ByVal index As Integer _
) As UInt64
Syntax: C#
public ulong GetUInt64(
intindex
);
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.32.
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
• i:
Return Value
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetUInt32
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetUInt64
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetValue
Method
Method
Method
2003
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers