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
3. On LINQPad Nuget Manager window, switch the radio button to `Search all drivers`
13
+
4. Select package `MongoDB LINQPad driver` and click `install`
14
+
15
+
Setup connection
16
+
-------------
17
+
1. Add connection, choose `Build data context automatically` and select MongoDB Driver click `Next`.
18
+
2. Configure some connection information.
19
+
> Because MongoDB document is type-less if you want to use the strong-typed document you need to tell the driver where are the type definitions(`Path to typed documents assembly`) and which namespace's types will be used.
20
+
21
+
**Note**
22
+
> The collection type will be exposed as ```IMongoCollection<BsonDocument>``` if no type named as collection name had been found in the assembly.
0 commit comments