Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.InferDataTypes. Sets a value that determines whether fields that contain strings that look like standard date representations should be converted to dates automatically.
Syntax
'Declaration
Public Function InferDataTypes( _
ByVal As Boolean _
) As
public InferDataTypes(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also