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