I have a situation where the decimal field is truncated to five decimal places when saving to the database. This happens even if I have mapped them with 10 decimal places precision.
I use NHi
I have a situation where the decimal field is truncated to five decimal places when saving to the database. This happens even if I have mapped them with 10 decimal places precision.
I use NHi
I am trying to provide a txt file created by the database using actions. The actions are as follows:
public ActionResult ATxt()< br />{
var articulos = _articulosService.ObteTotsArticles();