FavoritRama Rao Gudivada (Cognizant) fragte in #MuleSoft Connectors / SDK / DevKit15. Juni 2017, 10:48How to fetch the table names from MongoDB?Hi, How can i get the table names in mongoDB and how to retrieve it.Thanks11 AntwortenSortierenNach Datum sortierenNach "Am hilfreichsten" sortierenNach Datum sortierenMehr Kommentare laden...MuleSoft Community Forum Member (Inactive) (Salesforce)20. Juni 2017, 06:43You can use below line of code to fetch the table names.db.getCollectionNames().Kommentar hinzufügenAntwort schreiben...FettKursivUnterstreichenDurchstreichenListe mit GliederungspunktenNummerierte ListeLink hinzufügenCodeblockBild einfügenDateien anhängenLink-URLAbbrechenSpeichern0/9000Antworten
MuleSoft Community Forum Member (Inactive) (Salesforce)20. Juni 2017, 06:43You can use below line of code to fetch the table names.db.getCollectionNames().