CandidateConverter(FieldType) Constructor

Definition

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.

Applies to