[]
Gets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.
public bool InferDataTypes { get; set; }
This property is set to true by default, because the BaseODataCollectionViewService<T> class uses JSON and that format does not support Date objects.