Bug in Create Function Import Dialog?
Posted: Tue 09 Sep 2008 14:04
Hi,
since Version 4.75, the Entity Framework "Create Function Import dialog" is supported. (http://www.devart.com/oranet/History.html)
Now, i have a SP wich returns nothing. I could insert it in the edmx designer and create a "imported function". The Function was sucessfully created within the edmx file but not in the generated code ... so, my question ist, how can i call the procedure in my code?
It works very well, if i change the return type to one of the objects (tables) ... but thats not my case. It should also work if the return type is not a complex one (int, decimal, bool etc.)
Is this a bug?
greets, Holger
since Version 4.75, the Entity Framework "Create Function Import dialog" is supported. (http://www.devart.com/oranet/History.html)
Now, i have a SP wich returns nothing. I could insert it in the edmx designer and create a "imported function". The Function was sucessfully created within the edmx file but not in the generated code ... so, my question ist, how can i call the procedure in my code?
It works very well, if i change the return type to one of the objects (tables) ... but thats not my case. It should also work if the return type is not a complex one (int, decimal, bool etc.)
Is this a bug?
greets, Holger