SetOracleObject(String,OracleObject) Method
Sets the
OracleObject value of the column with the specified name.
'Declaration
Public Overloads Sub SetOracleObject( _
ByVal As String, _
ByVal As OracleObject _
)
Parameters
- name
- The name of the column.
- value
- OracleObject value for the specified column.