We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6a11c commit 99c3c52Copy full SHA for 99c3c52
README.md
@@ -98,7 +98,7 @@ Example of using a query client to execute a simple query:
98
99
```c#
100
// Create QueryClient using Driver instance.
101
-using var queryClient = new QueryService(driver);
+using var queryClient = new QueryClient(driver);
102
103
var row = await queryClient.ReadRow(@"
104
DECLARE $id AS Uint64;
0 commit comments