Table of Contents

Method Where

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

Where(BsonJavaScript)

Tests that a JavaScript expression is true (see $where).

public static IMongoQuery Where(BsonJavaScript javascript)

Parameters

javascript BsonJavaScript

The javascript.

Returns

IMongoQuery

An IMongoQuery.