DB2LoaderColumn Constructor(String,Type)
On this page
Initializes a new instance of the
DB2LoaderColumn class with the column name and the type of the column data.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
) |
Parameters
- name
- The name of the column.
- type
- The type of the column data.
See Also