Table of Contents

Method SetPartialFilterExpression

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

SetPartialFilterExpression(IMongoQuery)

Sets the partial filter expression.

public static IndexOptionsBuilder<TDocument> SetPartialFilterExpression(IMongoQuery value)

Parameters

value IMongoQuery

The value.

Returns

IndexOptionsBuilder<TDocument>

The builder (so method calls can be chained).