Map data type "name" in entity framework
Posted: Fri 14 Oct 2011 15:22
Hi
I have a view that gets the users from pg_user (field name usename) view with some filter condition. I am trying to map this view in entity framework and I am getting an error saying name datatype cannot be mapped. I tried to cast the name type to text but postgresql doesnt accept that cast. Is there any other way to get this done?
Thanks
Anandhi
I have a view that gets the users from pg_user (field name usename) view with some filter condition. I am trying to map this view in entity framework and I am getting an error saying name datatype cannot be mapped. I tried to cast the name type to text but postgresql doesnt accept that cast. Is there any other way to get this done?
Thanks
Anandhi