DmlLoader Constructor(String)
 
            
                In This Topic
            
            Initializes a new instance of the 
DmlLoader class with table name that will be loaded.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String _
)
             
        
            
            public DmlLoader( 
   string 
)
             
        
             
        
            Parameters
- tableName
 
- Name of the table that will be loaded.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also