Represents the different LINQ providers.
Namespace:
MongoDB.Driver.Linq
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax Public Enumeration LinqProvider
Members
| Member name | Value | Description |
---|
| V2 | 2 |
The LINQ provider that was first shipped with version 2.0 of the driver. The V3 LINQ provider is now the default,
but you can still select the V2 provider by configuring it in MongoClientSettings. The V2 LINQ provider is no
longer being actively maintained and will eventually be removed.
|
| V3 | 3 |
The current LINQ provider. The V3 LINQ provider is now the default LINQ provider.
|
See Also