public static int Write_COUNT(
Stream stream,
int requestID,
Collection collection,
Query query,
int limit,
int skip,
Object hint
)
public static int Write_COUNT(
Stream stream,
int requestID,
Collection collection,
Query query,
int limit,
int skip,
Object hint
)
Public Shared Function Write_COUNT (
stream As Stream,
requestID As Integer,
collection As Collection,
query As Query,
limit As Integer,
skip As Integer,
hint As Object
) As Integer
Public Shared Function Write_COUNT (
stream As Stream,
requestID As Integer,
collection As Collection,
query As Query,
limit As Integer,
skip As Integer,
hint As Object
) As Integer
public:
static int Write_COUNT(
Stream^ stream,
int requestID,
Collection^ collection,
Query^ query,
int limit,
int skip,
Object^ hint
)
public:
static int Write_COUNT(
Stream^ stream,
int requestID,
Collection^ collection,
Query^ query,
int limit,
int skip,
Object^ hint
)
static member Write_COUNT :
stream : Stream *
requestID : int *
collection : Collection *
query : Query *
limit : int *
skip : int *
hint : Object -> int
static member Write_COUNT :
stream : Stream *
requestID : int *
collection : Collection *
query : Query *
limit : int *
skip : int *
hint : Object -> int