DbLoaderColumn Constructor(String,Int32,Int32,Int32)
                In This Topic
            
            Initializes a new instance of the 
DbLoaderColumn class with the column name, size, precision and scale.
Syntax
            
        
            Parameters
- name
- The name of the column.
- size
- Maximum size of column data.
- precision
- The precision of the column.
- scale
- The scale of the column.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also