Method Inject
Inject(IMongoQuery)
Injects a low level IMongoQuery into a LINQ where clause. Can only be used in LINQ queries.
public static bool Inject(this IMongoQuery query)
Parameters
query
IMongoQueryThe low level query.
Returns
- bool
Throws an InvalidOperationException if called.