DB2LoaderColumn Constructor(String,Type)
                In This Topic
            
            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 _
)
             
        
            
            public DB2LoaderColumn( 
   string ,
   Type 
)
             
        
             
        
            Parameters
- name
- The name of the column.
- type
- The type of the column data.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also