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 find the Npgsql API version that was included with a specific EDB .NET release, see the EDB .NET release notes. The release notes specify the upstream Npgsql version that was merged. The version information is important because the available API features can vary between versions.