SqlShimLoaderColumn Constructor(String,DbType,Int32)
 
            
                In This Topic
            
            Initializes a new instance of the 
SqlShimLoaderColumn class with the column name, column data type and column size.
 
            
            
            Syntax
            
        
            Parameters
- name
 
- The name of the column.
 - dbType
 
- One of the System.Data.DbType values.
 - size
 
- Maximum size of column data (only for strings).
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also