Entity Framework using PostgreSQL getting error System.NotSupporetedException

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
gagan_804
Posts: 1
Joined: Tue 04 Aug 2015 05:53

Entity Framework using PostgreSQL getting error System.NotSupporetedException

Post by gagan_804 » Tue 04 Aug 2015 06:07

I am getting error in creating Complex type in Entity frame work .
Error :

An exception of type "System.notSupportedException" occured while
attempting to get columns information.
The exception message is :
The specified type is not supported by this selector.


I have a function that return refcursor.
I have Import this function in Entity framework.
Now i click on Add Function Import --> then --> click on Get Column Information -->
then i am getting above error...
Please provide solution for return type refcursor..

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

Re: Entity Framework using PostgreSQL getting error System.NotSupporetedException

Post by Shalex » Tue 04 Aug 2015 11:50

Please refer to http://forums.devart.com/viewtopic.php?t=25271. Does this help?

Post Reply