[]
Configurates DataTypes. Sets an object to be used as a map for coercing data types when loading the data.
public TBuilder DataTypes(IDictionary<string, DataType> value)
| Type | Name | Description |
|---|---|---|
| IDictionary<string, DataType> | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The object keys represent the field names and the values are DataType values that indicate how the data should be coerced.