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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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