[]
Configurates DataTypes. Sets an object to be used as a map for coercing data types when loading the data.
public TBuilder DataType(string fieldName, DataType dataType)
Type | Name | Description |
---|---|---|
string | fieldName | The field name. |
DataType | dataType | The type of the field data. |
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.