Oracle 5.0 Reference Manual page 2016

Table of Contents

Advertisement

Implements
IDataRecord.GetChar
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.12.
Reads a stream of characters from the specified column offset into the buffer as an array starting at the
given buffer offset.
Syntax: Visual Basic
NotOverridable Public Function GetChars( _
ByVal i As Integer, _
ByVal fieldOffset As Long, _
ByVal buffer As Char(), _
ByVal bufferoffset As Integer, _
ByVal length As Integer _
) As Long _
_
Implements IDataRecord.GetChars
Syntax: C#
public long GetChars(
inti,
longfieldOffset,
char[]buffer,
intbufferoffset,
intlength
);
Parameters
• i:
• fieldOffset:
• buffer:
• bufferoffset:
• length:
Return Value
Implements
IDataRecord.GetChars
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.13.
Gets the name of the source data type.
Syntax: Visual Basic
NotOverridable Public Function GetDataTypeName( _
ByVal i As Integer _
) As String _
_
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetChars
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetDataTypeName
Method
Method
1996

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents