[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public static int Write_DROP(
Stream stream,
int requestID,
Collection collection
)
public static int Write_DROP(
Stream stream,
int requestID,
Collection collection
)
Public Shared Function Write_DROP (
stream As Stream,
requestID As Integer,
collection As Collection
) As Integer
Public Shared Function Write_DROP (
stream As Stream,
requestID As Integer,
collection As Collection
) As Integer
public:
static int Write_DROP(
Stream^ stream,
int requestID,
Collection^ collection
)
public:
static int Write_DROP(
Stream^ stream,
int requestID,
Collection^ collection
)
static member Write_DROP :
stream : Stream *
requestID : int *
collection : Collection -> int
static member Write_DROP :
stream : Stream *
requestID : int *
collection : Collection -> int
Return Value
Type:
Int32