TableAdapter is available for use when you use Visual Studio integration. Visual Studio integration is provided as a Visual Studio .NET add-on ("Npgsql Development Tools for .NET").
Register the "Npgsql Development Tools for .NET" add-on by executing the pgx_ndtregister.exe command in administrator mode.
pgx_ndtregister.exe is stored in the following location:
clientInstallDir\DOTNET\BIN\
Example
The following shows an example of registering the "Npgsql Development Tools for .NET" add-on:
When registering a 32-bit add-on
> pgx_ndtregister.exe -x86
When registering a 64-bit add-on
> pgx_ndtregister.exe -x64
Note
This command can be used by users with admin rights. It must also be executed as the administrator.
Execute this command after installing Visual Studio .NET.
The "-x86" option may be omitted when registering the 32 bit version of the add-on.