DB2DataTable Constructor(String)
                In This Topic
            
            Initializes a new instance of the 
DB2DataTable class.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String _
)
             
        
            
            public DB2DataTable( 
   string 
)
             
        
             
        
            Parameters
- tableName
- Name of the table to work with.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also