Table of Contents

Property SearchBefore

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

SearchBefore

Gets or sets the "before" reference point for pagination. When set, the search retrieves documents starting immediately before the specified reference point.

public string SearchBefore { get; set; }

Property Value

string