Table of Contents

Property Query

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Query

Gets or sets the query that limits the results to the documents that match the query.

public FilterDefinition<TInputDocument> Query { get; set; }

Property Value

FilterDefinition<TInputDocument>