[]
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; }
Public ReadOnly Property DataTypes As IDictionary(Of String, DataType)
The object keys represent the field names and the values are DataType values that indicate how the data should be coerced.