MongoClient ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

The central facade for working with MongoDB. The technology was tested against Mongo DB 3.0.6. The NFX MongoDB connector is purposely created for specific needs. It does not support: Mongo security, sharding and replication
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.DataAccess.MongoDB.Connector MongoClient

Namespace: NFX.DataAccess.MongoDB.Connector
Assembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class MongoClient : ApplicationComponent, 
	IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationFinishNotifiable, INamed
See Also