In the helpfile for dotConnect for postgres I can't read anything about function mapping for insert/update/delete operations for a entity.
So is it possible with dotConnect for postgres? And when so, can you give me an example?
How I have to declare the output of a function when I want to use Result Column Binding in Entity developer?
Thanks
Function Mapping in dotConnect for Postgres
It is not possible with the help of the out parameters - Entity Framework does not support procedures with out parameters in the mapping behaviour.
We will investigate if it's possible to implement a workaround using the refcursor return type or the RowsAffected parameter. I will post here as soon as any new information is available.
We will investigate if it's possible to implement a workaround using the refcursor return type or the RowsAffected parameter. I will post here as soon as any new information is available.