MySQL Connector/Net |
MySqlDataReader..::.GetSByte Method (Int32) |
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.2.2.0
Syntax
C# |
---|
public sbyte GetSByte( int i ) |
Visual Basic (Declaration) |
---|
Public Function GetSByte ( _ i As Integer _ ) As SByte |
Visual C++ |
---|
public: signed char GetSByte( int i ) |
Parameters
- i
- Type: System..::.Int32