Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

_MongoCollection.Find (gb.mongodb)

Function Find ( [ Filter As Collection, Options As Collection ] ) As String[]

Return the identifiers of the documents matching a specific query.

  • Filter : The query that will match the returned documents.

  • Options : Additional command options. See the MongoDB documentation for more details.

This method returns the identifiers of the matching documents as a string array.

See the MongoDB documentation for the syntax of the query filter.