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