Oracle 5.0 Reference Manual page 2020

Table of Contents

Advertisement

ByVal index As Integer _
) As Integer _
_
Implements IDataRecord.GetInt32
Syntax: C#
public int GetInt32(
intindex
);
Implements
IDataRecord.GetInt32
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.22.
Syntax: Visual Basic
NotOverridable Public Function GetInt64( _
ByVal index As Integer _
) As Long _
_
Implements IDataRecord.GetInt64
Syntax: C#
public long GetInt64(
intindex
);
Implements
IDataRecord.GetInt64
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.23.
Syntax: Visual Basic
Public Function GetMySqlDateTime( _
ByVal index As Integer _
) As MySqlDateTime
Syntax: C#
public MySqlDateTime GetMySqlDateTime(
intindex
);
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.24.
Gets the name of the specified column.
Syntax: Visual Basic
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetInt64
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetMySqlDateTime
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.GetName
Method
Method
Method
2000

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents