Click or drag to resize

CompoundSearchDefinitionBuilder<TDocument>.Must Method (IEnumerable<SearchDefinition<TDocument>>)

Adds clauses which must match to produce results.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public CompoundSearchDefinitionBuilder<TDocument> Must(
	IEnumerable<SearchDefinition<TDocument>> clauses
)

Parameters

clauses
Type: System.Collections.Generic.IEnumerable<SearchDefinition<TDocument>>
The clauses.

Return Value

Type: CompoundSearchDefinitionBuilder<TDocument>
The compound search definition builder.
See Also