[]
        
(Showing Draft Content)

C1.Web.Mvc.BaseODataCollectionViewService-1.InferDataTypes

InferDataTypes Property

InferDataTypes

Gets or sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.

Declaration
public bool InferDataTypes { get; set; }
Remarks

This property is set to true by default, because the BaseODataCollectionViewService<T> class uses JSON and that format does not support Date objects.