Class SearchDefinition
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Base class for search definitions.
public abstract class SearchDefinition<TDocument>
Type Parameters
TDocument
The type of the document.
Inheritance
SearchDefinition
Derived
Inherited Members
Extension Methods
Methods
Renders the search definition to a BsonDocument.
Operators
implicit operator SearchDefinition(BsonDocument)
Performs an implicit conversion from a BSON document to a SearchDefinition.
implicit operator SearchDefinition(string)
Performs an implicit conversion from a string to a SearchDefinition.