Adds a
SqlLoaderColumn to the
SqlLoaderColumnCollection given the column name and column data type.
'Declaration
Public Overloads Function Add( _
ByVal As String, _
ByVal As Type _
) As Integer
Parameters
- name
- The name of the column.
- type
- The data type of the column.
Return Value
The new column's ordinal.