Method SetPartialFilterExpression
SetPartialFilterExpression(IMongoQuery)
Sets the partial filter expression.
public IndexOptionsBuilder<TDocument> SetPartialFilterExpression(IMongoQuery value)
Parameters
value
IMongoQueryThe value.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).