SqlShimLoaderColumn Constructor
In This Topic
Overload List
Overload | Description |
SqlShimLoaderColumn Constructor() | |
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. |
See Also