Cannot get metadata for scalar function
Posted: Tue 10 Jul 2012 21:55
I am trying to use a postgres scalar function in my DotConnect EF model.. When I try to create the method for the function it says that it has to run it in order to get the metadata, I click yes but it says that it returns null data..
I think this is because the function needs to have an input parameter to work correctly.. How do I get this method created?
I think this is because the function needs to have an input parameter to work correctly.. How do I get this method created?