Click or drag to resize

LinqProvider Enumeration

Represents the different LINQ providers.

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public enum LinqProvider
Members
  Member nameValueDescription
V22 The LINQ provider that was first shipped with version 2.0 of the driver,
V33 The LINQ provider that is planned to be the default in version 3.0 of the driver and can be optionally used before that.
See Also