Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSMongo
MongoCursor
C# Class CSMongo.MongoCursor
Contains information about a cursor for Mongo
Show file
Open project: hugoware/CSMongo
Public Methods
Method
Description
MongoCursor
(
QueryRequest
query
,
long
cursor
,
int
count
) :
System
Creates a new MongoCursor
Method Details
MongoCursor()
public
method
Creates a new MongoCursor
public
MongoCursor
(
QueryRequest
query
,
long
cursor
,
int
count
) :
System
query
CSMongo.Requests.QueryRequest
cursor
long
count
int
return
System