Aan
Aan

Reputation: 12890

Npgsql parametrized statement

Does the latest version of Npgsql for PostgreSQL support parametrized statement ? If yes what is its form in C# ?

Upvotes: 1

Views: 2685

Answers (1)

Craig Ringer
Craig Ringer

Reputation: 324521

I think you're looking for:

http://bobby-tables.com/csharp.html

and

http://www.npgsql.org/doc/3.0/

Upvotes: 2

Related Questions