internal Cursor Find(
int requestID,
Collection collection,
Query query,
BSONDocument selector,
int skipCount,
int fetchBy
)
internal Cursor Find(
int requestID,
Collection collection,
Query query,
BSONDocument selector,
int skipCount,
int fetchBy
)
Friend Function Find (
requestID As Integer,
collection As Collection,
query As Query,
selector As BSONDocument,
skipCount As Integer,
fetchBy As Integer
) As Cursor
Friend Function Find (
requestID As Integer,
collection As Collection,
query As Query,
selector As BSONDocument,
skipCount As Integer,
fetchBy As Integer
) As Cursor
internal:
Cursor^ Find(
int requestID,
Collection^ collection,
Query^ query,
BSONDocument^ selector,
int skipCount,
int fetchBy
)
internal:
Cursor^ Find(
int requestID,
Collection^ collection,
Query^ query,
BSONDocument^ selector,
int skipCount,
int fetchBy
)
internal member Find :
requestID : int *
collection : Collection *
query : Query *
selector : BSONDocument *
skipCount : int *
fetchBy : int -> Cursor
internal member Find :
requestID : int *
collection : Collection *
query : Query *
selector : BSONDocument *
skipCount : int *
fetchBy : int -> Cursor