I am having real datatype in Sql and when generated edmx the datatype is decimal for that column and when i enter the value like 12.3 its saving in DB as 12.xxxxxxxx. How to store exactly what user enters. The issue is while assigning to edmx datatype only.
↧