Oracle 5.0 Reference Manual page 2015

Table of Contents

Advertisement

NotOverridable Public Function GetBytes( _
ByVal i As Integer, _
ByVal dataIndex As Long, _
ByVal buffer As Byte(), _
ByVal bufferIndex As Integer, _
ByVal length As Integer _
) As Long _
_
Implements IDataRecord.GetBytes
Syntax: C#
public long GetBytes(
inti,
longdataIndex,
byte[]buffer,
intbufferIndex,
intlength
);
Parameters
• i: The zero-based column ordinal.
• dataIndex: The index within the field from which to begin the read operation.
• buffer: The buffer into which to read the stream of bytes.
• bufferIndex: The index for buffer to begin the read operation.
• length: The maximum length to copy into the buffer.
Return Value
The actual number of bytes read.
Implements
IDataRecord.GetBytes
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.11.
Gets the value of the specified column as a single character.
Syntax: Visual Basic
NotOverridable Public Function GetChar( _
ByVal i As Integer _
) As Char _
_
Implements IDataRecord.GetChar
Syntax: C#
public char GetChar(
inti
);
Parameters
• i:
Return Value
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetChar
Method
1995

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents