MySQL Connector/Net
MySqlDataReaderGetSByte Method (String) |
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( string name )
Public Function GetSByte ( name As String ) As SByte
public: signed char GetSByte( String^ name )
member GetSByte : name : string -> sbyte
Parameters
- name
- Type: SystemString
Return Value
Type: SByte