Which datatype of C# is equivalent to money in SQL Server?

Viewed 30877

I am working on a project in ASP.NET MVC. I started in the middle of the project and so I got stuck in this. The data type of a column in SQL Server is money. I need to access that column through the model so what will be its best equivalent datatype in C#?

1 Answers
Related