How to call Stored procedure from c# .Net

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
shubham15
Posts: 6
Joined: Thu 27 Jan 2022 07:34

How to call Stored procedure from c# .Net

Post by shubham15 » Fri 08 Apr 2022 15:32

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.

DmitryGm
Devart Team
Posts: 152
Joined: Fri 11 Dec 2020 10:27

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

Post by DmitryGm » Sun 01 May 2022 18:46

Examples of calling stored procedures from the documentation of dotConnect for PostgreSQL:
Examples of inserting:

Post Reply