|
| MySQL Connector/Net |
| MySqlDataReader..::..GetSByte Method (String) |
| MySqlDataReader Class See Also Send Feedback |
|
Gets the value of the specified column as a sbyte.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0
Syntax
| C# |
|---|
public sbyte GetSByte( string name ) |
| Visual Basic |
|---|
Public Function GetSByte ( _ name As String _ ) As SByte |
| Visual C++ |
|---|
public: signed char GetSByte( String^ name ) |
Parameters
- name
- Type: System..::..String