I am having to interface some C# code with SQL Server and I want to have exactly as much precision when storing a value in the database as I do with my C# code. I use one of
Fluent nHibernate maps System.Decimal as
decimal(19, 5)