Page 1 of 1

How to call Stored procedure from c# .Net

Posted: Fri 08 Apr 2022 15:32
by shubham15
Hi,

we are calling stored procedure from C# .NET framework 4.6.1 and using dot connect for PostgreSQL with Devart.Data.Postgresql.

we are unable to called the stored procedure and not able to insert data in PostgreSQL DB(PostgreSQL 11).


All suggestion are welcome.

Re: How to call Stored procedure from c# .Net

Posted: Sun 01 May 2022 18:46
by DmitryGm
Examples of calling stored procedures from the documentation of dotConnect for PostgreSQL:
Examples of inserting: