CandidateConverter(FieldType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result of type inference returned by DataPrep to suggest a potential type conversion.
public:
CandidateConverter(Microsoft::DPrep::Engine::FieldType type);
public CandidateConverter(Microsoft.DPrep.Engine.FieldType type);
new Microsoft.DataPrep.Common.CandidateConverter : Microsoft.DPrep.Engine.FieldType -> Microsoft.DataPrep.Common.CandidateConverter
Public Sub New (type As FieldType)
Parameters
- type
- Microsoft.DPrep.Engine.FieldType
Target type for the conversion.