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.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
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