Initializes a new instance of the ChangeDataTypeTransformation class.
Namespace: Spotfire.Dxp.Data.Transformations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public ChangeDataTypeTransformation( IEnumerable<DataColumnSignature> columns, DataType newDataType )
Parameters
- columns
- Type: System.Collections.GenericIEnumerableDataColumnSignature
The columns that should change DataType. - newDataType
- Type: Spotfire.Dxp.DataDataType
The DataType to change to.
Version Information
See Also