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.

GetOracleBinary(String) Method

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

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

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

Parameters

name
The name of the column to get value of.

Return Type

The value of the specified column as an OracleBinary object.

See Also

OracleDataReader Class  | OracleDataReader Members  | Overload List

 

 


© 2002 - 2013 Devart. All Rights Reserved.