Search code examples
c#.netdatabasepostgresqlnpgsql

Npgsql parametrized statement


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


Solution

  • I think you're looking for:

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

    and

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