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.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
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