Entity Framework using PostgreSQL getting error System.NotSupporetedException
Posted: 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..
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..