internal long Count(
int requestID,
Collection collection,
Query query = null,
int limit = -1,
int skip = -1,
Object hint = null
)
internal long Count(
int requestID,
Collection collection,
Query query = null,
int limit = -1,
int skip = -1,
Object hint = null
)
Friend Function Count (
requestID As Integer,
collection As Collection,
Optional query As Query = Nothing,
Optional limit As Integer = -1,
Optional skip As Integer = -1,
Optional hint As Object = Nothing
) As Long
Friend Function Count (
requestID As Integer,
collection As Collection,
Optional query As Query = Nothing,
Optional limit As Integer = -1,
Optional skip As Integer = -1,
Optional hint As Object = Nothing
) As Long
internal:
long long Count(
int requestID,
Collection^ collection,
Query^ query = nullptr,
int limit = -1,
int skip = -1,
Object^ hint = nullptr
)
internal:
long long Count(
int requestID,
Collection^ collection,
Query^ query = nullptr,
int limit = -1,
int skip = -1,
Object^ hint = nullptr
)
internal member Count :
requestID : int *
collection : Collection *
?query : Query *
?limit : int *
?skip : int *
?hint : Object
(* Defaults:
let _query = defaultArg query null
let _limit = defaultArg limit -1
let _skip = defaultArg skip -1
let _hint = defaultArg hint null
*)
-> int64
internal member Count :
requestID : int *
collection : Collection *
?query : Query *
?limit : int *
?skip : int *
?hint : Object
(* Defaults:
let _query = defaultArg query null
let _limit = defaultArg limit -1
let _skip = defaultArg skip -1
let _hint = defaultArg hint null
*)
-> int64