MySqlDataReader.GetByte Method


Gets the value of the specified column as a byte.

Syntax: Visual Basic

NotOverridable Public Function GetByte( _
 ByVal i As Integer _
) As Byte _
_
 Implements IDataRecord.GetByte

Syntax: C#

public byte GetByte(
inti
);

Parameters

Return Value

Implements

IDataRecord.GetByte

See Also

MySqlDataReader Class, MySql.Data.MySqlClient Namespace

Retornar