Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coe committed Sep 20, 2023
1 parent d46b854 commit cf6e3f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion csharp/src/Client/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The ADO.NET Client is designed so that properties in the connection string map t
AdbcDriver.Open(adbcConnectionParameters);
```

The connection string is parsed using the `DbConnectionStringBuilder` object and the key/value pairs are then added to the properties for the ADBC driver.
The connection string is parsed using the `DbConnectionStringBuilder` class and the key/value pairs are then added to the properties for the ADBC driver.

For example, when using the [Snowflake ADBC Go Driver](https://arrow.apache.org/adbc/main/driver/snowflake.html#client-options), the connection string will look similar to:

Expand Down

0 comments on commit cf6e3f9

Please sign in to comment.