[]
Configurates InferDataTypes. Sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.
public TBuilder InferDataTypes(bool value)
Public Function InferDataTypes(value As Boolean) As TBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
This property is set to true by default, because the BaseODataCollectionViewService<T> class uses JSON and that format does not support Date objects.