[This is preliminary documentation and is subject to change.]
Retrurns the default instance of the Client, lazily crating it on the first access
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public static MongoClient Instance { get; }
public static MongoClient Instance { get; }
Public Shared ReadOnly Property Instance As MongoClient
Get
Public Shared ReadOnly Property Instance As MongoClient
Get
public:
static property MongoClient^ Instance {
MongoClient^ get ();
}
public:
static property MongoClient^ Instance {
MongoClient^ get ();
}
static member Instance : MongoClient with get
static member Instance : MongoClient with get
Property Value
Type:
MongoClient