Click or drag to resize

QueryNear Method (String, Double, Double)

Tests that the value of the named element is near some location (see $near).

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
public static IMongoQuery Near(
	string name,
	double x,
	double y
)

Parameters

name
Type: SystemString
The name of the element to test.
x
Type: SystemDouble
The x value of the origin.
y
Type: SystemDouble
The y value of the origin.

Return Value

Type: IMongoQuery
An IMongoQuery.
See Also