Oracle 5.0 Reference Manual page 2014

Table of Contents

Advertisement

Syntax: Visual Basic
NotOverridable Public Function GetBoolean( _
ByVal i As Integer _
) As Boolean _
_
Implements IDataRecord.GetBoolean
Syntax: C#
public bool GetBoolean(
inti
);
Parameters
• i:
Return Value
Implements
IDataRecord.GetBoolean
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.9.
Gets the value of the specified column as a byte.
Syntax: Visual Basic
NotOverridable Public Function GetByte( _
ByVal i As Integer _
) As Byte _
_
Implements IDataRecord.GetByte
Syntax: C#
public byte GetByte(
inti
);
Parameters
• i:
Return Value
Implements
IDataRecord.GetByte
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.10.
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given
buffer offset.
Syntax: Visual Basic
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetByte
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetBytes
Method
Method
1994

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents