Convert double to decimal?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
sam2
Posts: 9
Joined: Thu 01 Sep 2011 18:10

Convert double to decimal?

Post by sam2 » Thu 22 Sep 2011 18:23

Is there a way to convert double to decimal?

Thanks,

Sam

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 23 Sep 2011 09:32

If you are creating Entity Framework model and want to change default Oracle to .NET type mapping (http://www.devart.com/dotconnect/oracle ... pping.html), you can implement necessary number mapping using the Number Mappings connection string parameter: http://www.devart.com/dotconnect/oracle ... tring.html.

Post Reply