See Also

OracleDataReader Class  | OracleDataReader Members  | Overload List

Language

Visual Basic

C#

Show All

i
The zero-based column ordinal.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

GetOracleDate(Int32) Method

Devart.Data.Oracle Namespace > OracleDataReader Class > GetOracleDate Method : GetOracleDate(Int32) Method

Gets the value of the specified column as an OracleDate object.

[Visual Basic]
Overloads Public Function GetOracleDate( _    ByVal i As Integer _ ) As OracleDate
[C#]
public OracleDate GetOracleDate(    int i );

Parameters

i
The zero-based column ordinal.

Return Type

The value of the specified column as an OracleDate object.

See Also

OracleDataReader Class  | OracleDataReader Members  | Overload List

 

 


© 2002 - 2013 Devart. All Rights Reserved.