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
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ public class MyContext : MongoDbContext
88
88
While it mostly feels the same as creating contexts in Entity Framework, there are a number of differences still with the biggest being in the creation of contexts.
89
89
The `IMongoDbConnection` is the core infrastructure that allows connection to MongoDB and is required to instantiate a context.
90
90
91
-
You can create an instance of a connection in many ways:
91
+
You can create an instance of a connection in two ways:
0 commit comments