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.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
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