File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,14 @@ namespace MongoDB.Driver.Linq
23
23
public enum LinqProvider
24
24
{
25
25
/// <summary>
26
- /// The LINQ provider that was first shipped with version 2.0 of the driver,
26
+ /// The LINQ provider that was first shipped with version 2.0 of the driver. The V3 LINQ provider is now the default,
27
+ /// but you can still select the V2 provider by configuring it in MongoClientSettings. The V2 LINQ provider is no
28
+ /// longer being actively maintained and will eventually be removed.
27
29
/// </summary>
28
30
V2 = 2 ,
29
31
30
32
/// <summary>
31
- /// The LINQ provider that is planned to be the default in version 3.0 of the driver and can be optionally used before that .
33
+ /// The current LINQ provider. The V3 LINQ provider is now the default LINQ provider .
32
34
/// </summary>
33
35
V3 = 3
34
36
}
You can’t perform that action at this time.
0 commit comments