Method Create
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Create(int, int)
Creates a documents window.
public static DocumentsWindow Create(int lowerBoundary, int upperBoundary)
Parameters
lowerBoundary
int
The lower boundary.
upperBoundary
int
The upper boundary.
Returns
A documents window.
Create(int, KeywordDocumentsWindowBoundary)
Creates a documents window.
public static DocumentsWindow Create(int lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)
Parameters
lowerBoundary
int
The lower boundary.
upperBoundary
KeywordDocumentsWindowBoundary
The upper boundary.
Returns
A documents window.
Create(KeywordDocumentsWindowBoundary, int)
Creates a documents window.
public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, int upperBoundary)
Parameters
lowerBoundary
KeywordDocumentsWindowBoundary
The lower boundary.
upperBoundary
int
The upper boundary.
Returns
A documents window.
Create(KeywordDocumentsWindowBoundary, KeywordDocumentsWindowBoundary)
Creates a documents window.
public static DocumentsWindow Create(KeywordDocumentsWindowBoundary lowerBoundary, KeywordDocumentsWindowBoundary upperBoundary)
Parameters
lowerBoundary
KeywordDocumentsWindowBoundary
The lower boundary.
upperBoundary
KeywordDocumentsWindowBoundary
The upper boundary.
Returns
A documents window.