MongoCollection.GeoHaystackSearchAs Method (Type, GeoHaystackSearchArgs) |
Runs a geoHaystack search command on this collection.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic virtual GeoHaystackSearchResult GeoHaystackSearchAs(
Type documentType,
GeoHaystackSearchArgs args
)
Public Overridable Function GeoHaystackSearchAs (
documentType As Type,
args As GeoHaystackSearchArgs
) As GeoHaystackSearchResult
abstract GeoHaystackSearchAs :
documentType : Type *
args : GeoHaystackSearchArgs -> GeoHaystackSearchResult
override GeoHaystackSearchAs :
documentType : Type *
args : GeoHaystackSearchArgs -> GeoHaystackSearchResult
Parameters
- documentType
- Type: System.Type
The type to deserialize the documents as. - args
- Type: MongoDB.Driver.GeoHaystackSearchArgs
The args.
Return Value
Type:
GeoHaystackSearchResultA
GeoNearResult<TDocument>.
See Also