MySQL Connector/Net |
MySqlDataReader..::.GetByte Method (Int32) |
MySqlDataReader Class See Also Send Feedback |
Gets the value of the specified column as a byte.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public override byte GetByte( int i ) |
Visual Basic (Declaration) |
---|
Public Overrides Function GetByte ( _ i As Integer _ ) As Byte |
Visual C++ |
---|
public: virtual unsigned char GetByte( int i ) override |
Parameters
- i
- Type: System..::.Int32
Return Value
Implements
IDataRecord..::.GetByte(Int32)IDataRecord..::.GetByte(Int32)