MySqlDataReader.GetByte Method (String)

MySQL Connector/Net

MySqlDataReaderGetByte Method (String)
Gets the value of the specified column as a byte.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public byte GetByte(
	string name
)
Public Function GetByte ( 
	name As String
) As Byte
public:
unsigned char GetByte(
	String^ name
)
member GetByte : 
        name : string -> byte 

Parameters

name
Type: SystemString

Return Value

Type: Byte
See Also