Class ColumnInferenceInfo
Creates a ColumnInferenceInfo
object that contains information about a column and how to handle it.
The Handler property is used to determine whether the column's DataType should be inferred, set explicitly, or left alone (as string). Typically, the ColumnInferenceInfo object is used in a Dictionary where the key is the column name and the value is the ColumnInferenceInfo object.
Namespace: Workspace.XBR.Xperiflow.Etl.Tabular.Utilities
Assembly: Xperiflow.dll
Declaration
public class ColumnInferenceInfo
Properties
ColumnName
The name of the column.
Declaration
public string ColumnName { get; set; }
Handler
The ColumnInferenceHandler
to use for the column.
Declaration
public ColumnInferenceHandler Handler { get; set; }
DataType
The data type to use for the column.
Declaration
public Type? DataType { get; set; }
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString