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

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

Parameters

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