Table of Contents

Class SearchDefinition<TDocument>

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Base class for search definitions.

public abstract class SearchDefinition<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
SearchDefinition<TDocument>
Derived
Inherited Members

Methods

Render(SearchDefinitionRenderContext<TDocument>)

Renders the search definition to a BsonDocument.

Operators

implicit operator SearchDefinition<TDocument>(BsonDocument)

Performs an implicit conversion from a BSON document to a SearchDefinition<TDocument>.

implicit operator SearchDefinition<TDocument>(string)

Performs an implicit conversion from a string to a SearchDefinition<TDocument>.