[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)
internal BSONDocument FindOne(
int requestID,
Collection collection,
Query query,
BSONDocument selector
)
internal BSONDocument FindOne(
int requestID,
Collection collection,
Query query,
BSONDocument selector
)
Friend Function FindOne (
requestID As Integer,
collection As Collection,
query As Query,
selector As BSONDocument
) As BSONDocument
Friend Function FindOne (
requestID As Integer,
collection As Collection,
query As Query,
selector As BSONDocument
) As BSONDocument
internal:
BSONDocument^ FindOne(
int requestID,
Collection^ collection,
Query^ query,
BSONDocument^ selector
)
internal:
BSONDocument^ FindOne(
int requestID,
Collection^ collection,
Query^ query,
BSONDocument^ selector
)
internal member FindOne :
requestID : int *
collection : Collection *
query : Query *
selector : BSONDocument -> BSONDocument
internal member FindOne :
requestID : int *
collection : Collection *
query : Query *
selector : BSONDocument -> BSONDocument
Return Value
Type:
BSONDocument