Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/mongodb/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MongoDB.Net驱动程序版本1.8.2是否支持$GeoInner地理空间查询选择器_Mongodb_Mongodb .net Driver - Fatal编程技术网

MongoDB.Net驱动程序版本1.8.2是否支持$GeoInner地理空间查询选择器

MongoDB.Net驱动程序版本1.8.2是否支持$GeoInner地理空间查询选择器,mongodb,mongodb-.net-driver,Mongodb,Mongodb .net Driver,我正在使用MongoDB 2.4,我正在寻找MongoDB.Net驱动程序版本1.8.2中对地理空间查询选择器的支持 我看到了对$geoIntersects(MongoDB.Driver.Builders.Query.geoIntersects)、$near(MongoDB.Driver.Builders.Query.near)、$nearSphere(MongoDB.Driver.Builders.Query.near)的支持 MongoDB.Net驱动程序版本1.8.2是否支持$GeoInw

我正在使用MongoDB 2.4,我正在寻找MongoDB.Net驱动程序版本1.8.2中对地理空间查询选择器的支持

我看到了对$geoIntersects(MongoDB.Driver.Builders.Query.geoIntersects)、$near(MongoDB.Driver.Builders.Query.near)、$nearSphere(MongoDB.Driver.Builders.Query.near)的支持

MongoDB.Net驱动程序版本1.8.2是否支持$GeoInwithin?

MongoDB C#驱动程序仍然使用(
)Inwithin
而不是
$GeoInwithin
。如果你想留意的话。:)