Skip to content

Commit 39e7244

Browse files
Merge pull request #6464 from EnterpriseDB/net/npgsql_api
NET: Npgsql API version note
2 parents e629011 + a707b06 commit 39e7244

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

product_docs/docs/net_connector/8.0.5.1/18_api_reference.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ title: "API reference"
33

44
---
55

6-
<div id="api_reference" class="registered_link"></div>
7-
86
For information about using the API, see the [Npgsql documentation](http://www.npgsql.org/doc/api/Npgsql.html).
97

108
Usage notes:
119

1210
- When using the API, replace references to `Npgsql` with `EnterpriseDB.EDBClient`.
1311
- When referring to classes, replace `Npgsql` with `EDB`. For example, use the `EDBBinaryExporter` class instead of the `NpgsqlBinaryExporter` class.
12+
- To determine which Npgsql API version was included with a specific EDB .NET release, refer to the [EDB .NET release notes](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.

0 commit comments

Comments
 (0)