DocumentsWindowCreate Method (KeywordDocumentsWindowBoundary, Int32) |
Creates a documents window.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax public static DocumentsWindow Create(
KeywordDocumentsWindowBoundary lowerBoundary,
int upperBoundary
)
Public Shared Function Create (
lowerBoundary As KeywordDocumentsWindowBoundary,
upperBoundary As Integer
) As DocumentsWindow
static member Create :
lowerBoundary : KeywordDocumentsWindowBoundary *
upperBoundary : int -> DocumentsWindow
Parameters
- lowerBoundary
- Type: MongoDB.DriverKeywordDocumentsWindowBoundary
The lower boundary. - upperBoundary
- Type: SystemInt32
The upper boundary.
Return Value
Type:
DocumentsWindowA documents window.
See Also