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