MySQL Connector/Net
MySqlDataReaderGetSByte Method (Int32) |
Gets the value of the specified column as a sbyte.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public sbyte GetSByte( int i )
Public Function GetSByte ( i As Integer ) As SByte
public: signed char GetSByte( int i )
member GetSByte : i : int -> sbyte
Parameters
- i
- Type: SystemInt32
Return Value
Type: SByte