You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class. Here's an example of using the [`.Create()`](https://www.edgedb.com/docs/clients/dotnet/connection_parameters#GelConnection.Create-Options?)
58
-
method:
51
+
`GelConnection` class. Here's an example of using the `.Create()` method:
59
52
60
53
```cs
61
54
usingGel;
@@ -74,9 +67,10 @@ operations are performed asynchronously.
74
67
75
68
Queries are executed through the `GelClientPool` by using different helper
76
69
methods. Your choice of method is dependent on the kind of query you're making,
77
-
better known as [cardinality](https://www.edgedb.com/docs/clients/dotnet/index#cardinality-and-return-types).
70
+
better known as [cardinality](https://docs.geldata.com/reference/edgeql/sets#everything-is-a-set).
78
71
79
-
Query helper methods will expect a generic `T` type which is the [.NET version of an Gel type](https://www.edgedb.com/docs/clients/dotnet/datatypes#datatypes):
72
+
Query helper methods will expect a generic `T` type which is the .NET version
0 commit comments