[]
Gets or sets an object to be used as a map for coercing data types when loading the data.
public IDictionary<string, DataType> DataTypes { get; }
The object keys represent the field names and the values are DataType values that indicate how the data should be coerced.