Overload | Description |
---|---|
SqlShimLoaderColumn Constructor() | Initializes a new instance of the SqlShimLoaderColumn class. |
SqlShimLoaderColumn Constructor(String,DbType) | Initializes a new instance of the SqlShimLoaderColumn class with the column name and column data type. |
SqlShimLoaderColumn Constructor(String,DbType,Int32) | Initializes a new instance of the SqlShimLoaderColumn class with the column name, column data type and column size. |
SqlShimLoaderColumn Constructor(String,DbType,Int32,Int32,Int32) | Initializes a new instance of the SqlShimLoaderColumn class with the column name, column data type, column size, precision and scale. |