[This is preliminary documentation and is subject to change.]
Returns mounted collections
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
public IRegistry<Collection> Collections { get; }
public IRegistry<Collection> Collections { get; }
Public ReadOnly Property Collections As IRegistry(Of Collection)
Get
Public ReadOnly Property Collections As IRegistry(Of Collection)
Get
public:
property IRegistry<Collection^>^ Collections {
IRegistry<Collection^>^ get ();
}
public:
property IRegistry<Collection^>^ Collections {
IRegistry<Collection^>^ get ();
}
member Collections : IRegistry<Collection> with get
member Collections : IRegistry<Collection> with get
Property Value
Type:
IRegistry Collection