dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderColumnCollection Class / Add Method / Add(String,OracleDbType) Method
The name of the column.
One of the OracleDbType values.

In This Topic
Add(String,OracleDbType) Method
In This Topic
Adds an OracleLoaderColumn to the OracleLoaderColumnCollection given the column name.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As String, _
   ByVal dbType As OracleDbType _
) As Integer
 

Parameters

name
The name of the column.
dbType
One of the OracleDbType values.

Return Value

The new column's index.
See Also