|
| MySQL Connector/Net |
| MySqlDataReader..::..GetByte Method (String) |
| 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.8.4.0
Syntax
| C# |
|---|
public byte GetByte( string name ) |
| Visual Basic |
|---|
Public Function GetByte ( _ name As String _ ) As Byte |
| Visual C++ |
|---|
public: unsigned char GetByte( String^ name ) |
Parameters
- name
- Type: System..::..String