You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randy Merrill edited this page Jan 5, 2012
·
2 revisions
Since Mongo4CF is a wrapper for the Java driver it is sometimes useful to have the direct access to the Java objects for features that are not natively supported in Mongo4CF.
For the mongo, database, collection, and cursor components you can retrieve the underlying Java objects by calling the _getRaw() function.