API reference v8.0.5.1
For information about using the API, see the Npgsql documentation.
Usage notes:
- When using the API, replace references to
Npgsql
withEnterpriseDB.EDBClient
. - When referring to classes, replace
Npgsql
withEDB
. For example, use theEDBBinaryExporter
class instead of theNpgsqlBinaryExporter
class. - To determine which Npgsql API version was included with a specific EDB .NET release, refer to the EDB .NET release notes. The release notes specify the upstream Npgsql version that was merged. This is important because the availability of certain API features may vary between versions.