DbLoaderColumn Constructor(String,Int32,Int32,Int32)
Initializes a new instance of the
DbLoaderColumn class with the column name, size, precision and scale.
Parameters
- name
- The name of the column.
- size
- Maximum size of column data.
- precision
- The precision of the column.
- scale
- The scale of the column.