Re: Function not imported in Entity Framework

2020-02-12 Thread Vikram Sah
am have the time to fix the issue. > It would be good idea to report this to Microsoft. > > > > > > > > *From:* Vikram Sah > *Sent:* 2020 February 12 01:18 > *To:* Adrian Klaver > *Cc:* pgsql-gene...@postgresql.org > *Subject:* Re: Function not imported in Ent

Re: Function not imported in Entity Framework

2020-02-11 Thread Vikram Sah
e: > On 2/11/20 8:35 AM, Vikram Sah wrote: > > Got it sir, but unfortunately they have not provided any solution for > > the last 5 days. > > Where have you asked besides here? > > > > > Thanks > > > > On Tue, 11 Feb 2020, 10:12 pm Adrian Klaver, >

Re: Function not imported in Entity Framework

2020-02-11 Thread Vikram Sah
Got it sir, but unfortunately they have not provided any solution for the last 5 days. Thanks On Tue, 11 Feb 2020, 10:12 pm Adrian Klaver, wrote: > On 2/11/20 3:56 AM, Vikram Sah wrote: > > Thank you so much sir, but it didn't work for me as the database > > functio

Re: Function not imported in Entity Framework

2020-02-11 Thread Vikram Sah
Thank you so much sir, but it didn't work for me as the database function in PostgreSQL and EntityFramework6.Npgsql is used as provider for entity framework. Thanks! Vikram On Thu, Feb 6, 2020 at 9:23 PM Adrian Klaver wrote: > On 2/6/20 1:36 AM, Vikram Sah wrote: > > Dear sir/mam,

Function not imported in Entity Framework

2020-02-06 Thread Vikram Sah
Dear sir/mam, I want to integrate PostgreSQL database to entity framework in asp.net using database first approach. but when try to add function then error occurred: *Error 6046: Unable to generate function import return type of the store function.* I have following configuration: PostgreSQL