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.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
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