NUMBER is not PrimitiveType?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Shuzi
Posts: 2
Joined: Wed 18 Aug 2010 13:15

NUMBER is not PrimitiveType?

Post by Shuzi » Wed 18 Aug 2010 13:27

can't use NUMBER datatype in MSL?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 19 Aug 2010 10:33

MSL is a mapping layer; there is no types support in it.
You can use decimal primitive type instead of the Number type in SSDL.
More information about primitive types is available here.

Post Reply