Table of Contents

Method GetMongoQueryProvider

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

GetMongoQueryProvider(IQueryable)

Gets the source's provider cast to an IMongoQueryProvider.

public static IMongoQueryProvider GetMongoQueryProvider(this IQueryable source)

Parameters

source IQueryable

The source.

Returns

IMongoQueryProvider

The MongoDB query provider.