Add(String,OracleDbType,Int32) Method
In This Topic
Adds an
OracleLoaderColumn to the
OracleLoaderColumnCollection given the column name, column data type, and column size.
Syntax
Parameters
- name
- The name of the column.
- dbType
- One of the OracleDbType values.
- size
- Maximum size of the column data (only for strings).
Return Value
The new column's index.
See Also