See Also

OracleDataReader Class  | OracleDataReader Members  | Overload List

Language

Visual Basic

C#

Show All

name
The name of the column to get value of.
See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

GetOracleDate(String) Method

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

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

[Visual Basic]
Overloads Public Function GetOracleDate( _    ByVal name As String _ ) As OracleDate
[C#]
public OracleDate GetOracleDate(    string name );

Parameters

name
The name of the column to get value of.

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.