dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetOracleObject Method / SetOracleObject(String,OracleObject) Method
The name of the column.
OracleObject value for the specified column.

In This Topic
SetOracleObject(String,OracleObject) Method
In This Topic
Sets the OracleObject value of the column with the specified name.
Syntax
'Declaration
 
Public Overloads Sub SetOracleObject( _
   ByVal name As String, _
   ByVal value As OracleObject _
) 
 

Parameters

name
The name of the column.
value
OracleObject value for the specified column.
Remarks
Use SetOracleObject(String,OracleObject) method to set column with specific name in the current row to the OracleObject value.
See Also