Click or drag to resize

DocumentsWindowCreate Method (KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary)

Creates a documents window.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax
public static DocumentsWindow Create(
	KeywordDocumentsWindowBoundary lowerBoundary,
	KeywordDocumentsWindowBoundary upperBoundary
)

Parameters

lowerBoundary
Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The lower boundary.
upperBoundary
Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The upper boundary.

Return Value

Type: DocumentsWindow
A documents window.
See Also