There are the following ways to develop applications using Fujitsu Npgsql .NET Data Provider:
Use the Fujitsu Npgsql.NET Data Provider API (classes and methods) directly.
Fujitsu Npgsql .NET Data Provider is created based on the open source software Npgsql. Refer to the "Npgsql - .Net Data Provider for Postgresql" for information on the APIs:
See
Refer to the Installation and Setup Guide for Client for the version of Npgsql that Fujitsu Npgsql .NET Data Provider is based on.
Use the API of the .NET System.Data.Common namespace
It is possible to create applications that do not rely on a provider when you use the System.Data.Common namespace. Refer to the "Writing Provider-Independent Code in ADO.NET" in MSDN Library for information.
See
Refer to the Npgsql API Reference for information on Npgsql API classes and methods.